RE: Problem with semaphores

2002-09-26 Thread Rechenberg, Andrew
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

Re: Problem with semaphores

2002-09-26 Thread Matthew Boeckman
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

Re: Problem with semaphores

2002-09-26 Thread Tomás García Ferrari
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

RE: Problem with semaphores

2002-09-26 Thread Rechenberg, Andrew
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

Problem with semaphores

2002-09-26 Thread Tomás García Ferrari
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