Here is my configuration
extension = apc.so apc.enabled = 1 apc.shm_size = 128M apc.shm_segments = 1 apc.gc_ttl = 7200 apc.ttl = 0 apc.num_files_hint = 1024 apc.file_update_protection = 2 apc.max_file_size = 5M apc.stat_ctime = 1 apc.mmap_file_mask=/tmp/apc.XXXXXX apc.filter="-/usr/share/phpMyAdmin/.*"
APC INFORMATION: APC Version 3.1.3p1 PHP Version 5.3.3 APC Host .._._ (mysite.com) (127.0.0.1) Apache / 2.2.15 Server Software (CentOS) Shared memory 1 segment with 30.0 MB (mmap memory, pthread mutex lock)
Apc.shm_size 128M runtime settings
[ root@mysite.com ~]
What should I do to increase APC memory?
source share