I'm currently having my logs spammed with this error:
Warning: apc_store(): Potential cache slam averted for key 'www.amateurwriting.net::cache::ctools_plugin_files:og_migrate:og_migrate' in DrupalAPCCache->set() (line 206 of /<HTML-ROOT>/sites/all/modules/apc/drupal_apc_cache.inc).
Every access or click of the page generates a new error, and clearing cache does not seem to help.
Google seems to indicate this is related to version 3.1 of APC.
Anyone else getting this?
Comments
Comment #1
alfthecat commentedI'm getting this...
Comment #2
alfthecat commentedI fixed it by editing php.ini files and adding:
Comment #3
chrisjlee commentedNevermind found what that does:
http://www.php.net/manual/en/apc.configuration.php#ini.apc.write-lock
http://www.php.net/manual/en/apc.configuration.php#ini.apc.slam-defense
Comment #4
skesslerI am getting this too but only on taxonomy list pages thus far. I do not think I would turn of the apc.slam-defense but I am not sure what should be done here.
Thanks,
Steve
Comment #5
R.Muilwijk commentedThis is more a PHP APC extension problem then the Drupal module.