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
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.
-Original Message-
From: Tomás García Ferrari [mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 26, 2002 10:12 AM
To: RedHat List
Subject: Problem
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 apache owned semaphore
arrays.
I switched the restart command (to /usr/sbin/apachectl graceful) and