Nitpicking really, but on install if APC shim size is insufficient, error message says:
"APC is installed but 96M is not enough APC cache to successfully install Drupal Commons. Find you APC.ini file and change the apc.shm_size value to at least 96M."
rather than:
"APC is installed but 32M is not enough APC cache to successfully install Drupal Commons. Find you APC.ini file and change the apc.shm_size value to at least 96M."
Spot the difference.
Noticed as part of #2167921: APC shim size insufficent to install Drupal Commons
Related to #2121883: Require APC cache to be at least 96M, Install Fails if too low
Comments
Comment #1
lightsurge commentedShould be:
Although I don't really understand why we want to use a constant for minimum apc cache size? Or why we need to mess about cutting the M off the current shim size and then adding it back on?
http://drupalcode.org/project/commons.git/blob/refs/heads/7.x-3.x:/commo...
Comment #2
japerryThanks for the report! Dunno what I was thinking.
Fixed!
http://drupalcode.org/project/commons.git/commit/e0782bb