On Thu, 21 Sep 2006, edgar mortiz wrote: > looks like i spoke too soon... =/ it closed again > > here's my maxfile settings as well as my ulimit > > [EMAIL PROTECTED]:~ $ sysctl -a | grep kern.maxfiles > kern.maxfiles=17720 > [EMAIL PROTECTED]:~ $ ulimit -a > time(cpu-seconds) unlimited > file(blocks) unlimited > coredump(blocks) unlimited > data(kbytes) 524288 > stack(kbytes) 4096 > lockedmem(kbytes) 153870 > memory(kbytes) 460228 > nofiles(descriptors) 64
Like I said earlier, try to increase the nofiles via login.conf, or for the current session (if your hard limits allow it): ulimit -n 128 > processes 64 -Otto