[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: fork()
In message <20020201193053.F11526@bsw005.bsws.de>
so spake Henning Brauer (lists-openbsd):
> man ulimit
> man login.conf
In addition to what Henning Brauer suggests it is also possible
that you are filling up the system process table. This number can
be changed via 'sysctl kern.maxproc'. When this happens the kernel
writes "proc table full" to the console and the kernel message
buffer (dmesg). If you are not seeing this message then it is
probably a resource limit issue and you should check out the manuals
HB mentions above.
- todd
- References:
- fork()
- From: Scircuit <circuit@adelphia.net>
- Re: fork()
- From: Henning Brauer <lists-openbsd@bsws.de>