Leonardo,
The problem when you do
"echo 536870912 >/proc/sys/kernel/shmall"
after a reboot you get the same problem again.

The best way to do this is to write it on
/etc/sysctl.conf

just add the lines you need.

on my machine I have:
kernel.shmall = 1073741824
kernel.shmmax = 1073741824

Nuno

Leonardo J. Tramontina wrote:
Acording to Gerd Nachtsheim <[EMAIL PROTECTED]>, at DOCBOOK, if we
search for "shared memory linux" we'll find at
http://127.0.0.1:1972/csp/docbook/DocBook.UI.Page.cls?KEY=GCI_unixparms#GCI_C47036
the solution:

#sets shmall and shmmax shared memory
echo 536870912 >/proc/sys/kernel/shmall     #Sets shmall to 512 MB
echo 536870912 >/proc/sys/kernel/shmmax     #Sets shmmax to 512 MB

Thanks Gerd!

Leonardo






Reply via email to