[snip]
>
> I think we are talking about /etc/sysctl.conf.  I presume the above
> values would be stored as follows in this file:
>
> kernel.sem = 100 32000 100 100
> kernel.shmmax = 2147483648
> kernel.shmmax = 100000000
> kernel.shmmni = 4096
> kernel.shmall = 2097152
> fs.file-max = 65536
>
> Comments anyone?

No other than that you're right about using sysctl.conf as the proper way to
set values in /proc/sys.
One way to set for example kernel.shmmax are

[EMAIL PROTECTED] marco # /sbin/sysctl -w kernel.shmmax=10000000
kernel.shmmax = 10000000

So sysctl.conf should be the right place to put your settings in.

/Marco




--
[EMAIL PROTECTED] mailing list

Reply via email to