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
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