[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: (v)forking problems



ya, "ulimit -p 128" helps alot.

[cannings@mojo cannings]$ ulimit -a
time(cpu-seconds)    unlimited
file(blocks)         unlimited
coredump(blocks)     unlimited
data(kbytes)         65536
stack(kbytes)        4096
lockedmem(kbytes)    159906
memory(kbytes)       478516
nofiles(descriptors) 64
processes            64
[cannings@mojo cannings]$ ulimit -aH
time(cpu-seconds)    unlimited
file(blocks)         unlimited
coredump(blocks)     unlimited
data(kbytes)         262144
stack(kbytes)        32768
lockedmem(kbytes)    479720
memory(kbytes)       479720
nofiles(descriptors) 1024
processes            128

On Tue, Feb 24, 2004 at 01:43:50PM -0700, Theo de Raadt wrote:
> You are out of processes as yourself.
> 
> limits.