-
as seen on Server Fault
- Search for 'Server Fault'
AWS EC2 Small instance, Apache 2 running WordPress and W3TC. Within an hour, my APC fragmentation hits 100%.
My APC settings are:
apc.enabled = 1
apc.shm_segments = 1
apc.shm_size = 100M
apc.optimization = 0
apc.num_files_hint = 512
apc.user_entries_hint = 1024
apc.ttl = 7200
apc.user_ttl = 7200
apc…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
My setup @ debian 6-testing is: nginx 1.1.8 + php 5.3.8 + php-fpm + APC 3.1.9
Because i use automatic deployment with apc_clear_cache() after deploy, my target is to set up APC to cache all my project (up to 612 php files smaller than 1MB) without files changes checking.
My confs:
FPM:
pm.max_children…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I have multiple instances of APC running on my server with similar configurations (albeit with different cache sizes. However, one of the instances is performing extremely poorly, and I have no idea why (100% cache fragmentation, high miss rate).
The runtime settings I'm using are as follows (pretty…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Hello
I have a Drupal site running on a VPS at Linode with PHP 5.2.10 and APC 3.1.6.
It never caches more than about 25 files and barely uses any of its available memory. Drupal has hundreds of php files. I have another server where APC seems to work well and does indeed cache hundreds of files…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
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"…
>>> More