Thanks!

I think that this will do the trick. My /proc/sys/kernel/sem files now looks
like this:

250  32000  32  128

There will be any difference using '32767' instead of the default
'32000'...?

Thanks again!
Tomás 

> You can try increasing the kernel semaphore parameters in /proc.  We have to
> do this for the database that we run.  We put the following line in
> /etc/rc.d/rc.local to increase the params on each reboot:
> 
> # Set the semaphore kernel params (now in /proc)
> /bin/echo "250  32767  32  256" > /proc/sys/kernel/sem
> 
> This setting only works with 2.4.x kernels.  If you have a 2.2.x kernel you
> will have to edit some kernel files and recompile your kernel.  I believe the
> file to edit is /usr/src/linux/include/linux/sem.h.  I don't have a 2.2 kernel
> source tree to look at so I don't remember the actual parameters to modify in
> that file, but take a look at it if you have a 2.2 kernel.
> 
> Hope this helps,
> Andy.

+--                                --+
    Tomás García Ferrari
    Bigital
    http://bigital.com/
+--                                --+



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to