Subject: None
To: None <netbsd-bugs@NetBSD.ORG>
From: Peter Tam <BR.PCT@RLG.Stanford.EDU>
List: netbsd-bugs
Date: 12/22/1995 11:24:40
I am getting

kmem_malloc mb_map toot small
mb_map full

panic because I am using netbsd as a server with a server
application that will answer tcp port 2155 and forward tcp packets
to another host and more than 10 active tcp connections.

My goal is to have netbsd serves at least 100 active tcp connections
Is that a dream or can I "config" the kernel to do it?

(2) Also when I re-comiple the kernel source with MAX_KMAP increase
to 10*100 & MAX_KMAPENT increase to 500*100, and just recompile
the ksrc11 distribution & reboot. Portmaper does not come up,
complained about -R] option not valid....

Thanks for any help.