rsday, September 26, 2002 10:49 AM
To: RedHat List
Subject: Re: Problem with semaphores
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
'3200
as an aside, why do you need to restart apache every day?
Tomás García Ferrari wrote:
> Hello,
>
> My server is day after day increasing the used semaphore arrays. My first
> idea was that the daily apache restart (using /etc/rc.d/init.d/httpd
> restart) was causing this: there were a lot of ap
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
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/sy