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?
|
feedback
|
|
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. | |||
|
feedback
|