D]>
>cc:[EMAIL PROTECTED], [EMAIL PROTECTED]
>Subject: Re: [Apc-cache] Problem with apc and apachectl
>
>
>You're leaking semaphores, APC doesn't seem to always clean up after
>itself gracefully.
>
>Do an "apachectl stop", then execute the
You're leaking semaphores, APC doesn't seem to always clean up after
itself gracefully.
Do an "apachectl stop", then execute the following command:
ipcs -s -t | cut -f 1 -d " " | egrep "^[0-9]+$" | xargs ipcrm sem
WARNING: if you have anything else on your system that uses semaphores,
this coul
Hello:
I have installed apc (php4-apc 1.1.0pl1-5), and it seems to work very well.
The scripts get loaded 200% times faster (very impressive).
The only problem I have is when i try to use 'apachectl configtest' i get
the following error:
apc_sem_create: semget(0,...) failed: No space left on
3 matches
Mail list logo