If I set apc.shm_size = 64M, will 64M of memory be allocated by APC when it starts or does it get allocated in chunks as it is needed?

link|improve this question
feedback

1 Answer

According to http://www.php.net/manual/en/apc.configuration.php#ini.apc.shm-size: apc.shm_size defines the segment size. The number of segments allocated is defined by the apc.shm_segments configuration value.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.