2010年1月27日星期三

Re: [fw-mvc] php apc

APC is an op-code cache and not intended to reduce memory usage.
http://en.wikipedia.org/wiki/PHP_accelerator

It's probably not what you're looking for.


On 27.01.2010, at 10:53, huajun qi wrote:

> I add apc extension to my zend project to reduce memory usage, but the memory instead increases, any idea?
>
> this is my configuration:
>
> apc.enabled = 1
> apc.cache_by_default = on
> apc.shm_segments = 1
> apc.shm_size =128
> apc.ttl =36000
> apc.user_ttl = 36000
> apc.gc_ttl=3600
> apc.num_files_hint = 0
> apc.write_lock = On
> apc.optimization=3
> apc.slam_defense = 0
> apc.stat=Off
>
> --
> Location:

没有评论: