PHP-APC is exceeding limit apc.shm_size often

Posted by user142741 on Server Fault See other posts from Server Fault or by user142741
Published on 2012-10-25T16:55:24Z Indexed on 2012/10/25 17:02 UTC
Read the original article Hit count: 387

Filed under:
|
|
|

I am implementing the apc on a shared server that currently has 1000 sites (using wordpress, moodle, etc.). I'm Looking for the admin page, and I see "Cache full count" is growing rapidly. I've tried increasing the value of "apc.shm_size" reduce value "apc.ttl" increase the value "apc.shm_segments" but I can not resolve this issue. What am I doing wrong? I'm putting down some information:

apc.ini:

extension=apc.so

apc.shm_size = 256

apc.enabled = 1

apc.ttl = 300

apc.user_ttl = 300

Ubuntu: 12.04

PHP: 5.3.10

APC: 3.1.7

Server has 16GB memory

Limit share memory: 256MB

© Server Fault or respective owner

Related posts about cache

Related posts about php5