Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 05 Jan 2005 19:18:55 -0200
From:      Marcus Grando <marcus@corp.grupos.com.br>
To:        paul beard <paulbeard@mac.com>, ports@FreeBSD.org
Subject:   Re: pear-APC failing: blocking webserver from starting?
Message-ID:  <41DC59BF.7020704@corp.grupos.com.br>
In-Reply-To: <4EAE920A-5F56-11D9-AF0B-000A95BBCCF8@mac.com>
References:  <4EAE920A-5F56-11D9-AF0B-000A95BBCCF8@mac.com>

next in thread | previous in thread | raw e-mail | index | archive | help
You don't have shared memory sufficient.

Increase shared memory in your kernel or edit php.ini and set this 
variable: "apc.shm_size".

For example 5Mb:
apc.shm_size = 5

Regards

paul beard wrote:
> I just found that my apache server won't start properly due to some 
> error with pear-APC: it takes a couple of invocations of apachectl start 
> before it works. Seems repeatable as well.
> 
> [Wed Jan  5 00:00:27 2005] [apc-error] apc_shm_create: shmget(0, 
> 31457280,914) failed: Cannot allocate memory
> 
> I've disabled it for now: is this a known problem? Google seems to have 
> some results on it.
> 
> Apache 1.3.33/php 4.3.10
> 
> 
> -- 
> Paul Beard
> <www.paulbeard.org/>
> paulbeard [at] mac.com
> 
> _______________________________________________
> freebsd-ports@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"

-- 
Marcus Grando
Grupos Internet S/A
marcus(at)corp.grupos.com.br



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?41DC59BF.7020704>