fbsd7.3-Stable, P4 3.0, Ram 2Gb
see the red, it's not affected..
why this happen & how to fix it ?
thanks in advance
note : i have try to include this on /etc/sysctl.conf (same problems)
Code:
cat /boot/loader.conf
kern.maxfiles=32768
[color="Red"]kern.maxfilesperproc=16384[/color]
kern.ipc.nmbclusters=32768
kern.ipc.maxsockets=32768
[color="Red"]kern.ipc.somaxconn=1024[/color]
kern.maxdsiz="1073741824"
kern.dfldsiz="268435456"
kern.maxssiz="134217728"
Code:
sysctl -a | egrep 'maxfiles|maxfilesperproc|nmbclusters|maxsockets|somaxconn'
kern.maxfiles: 32768
[color="Red"]kern.maxfilesperproc: 29491[/color]
[color="Red"]kern.ipc.somaxconn: 128[/color]
kern.ipc.nmbclusters: 32768
kern.ipc.maxsockets: 32768
see the red, it's not affected..
why this happen & how to fix it ?
thanks in advance
note : i have try to include this on /etc/sysctl.conf (same problems)