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

AlfTheCat’s picture

I'm getting this...

AlfTheCat’s picture

I fixed it by editing php.ini files and adding:

; Fixing drupal.org/node/1831218#comment-6968166
apc.write_lock = 1 and apc.slam_defense = 0
chrisjlee’s picture

skessler’s picture

I 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

R.Muilwijk’s picture

Status: Active » Closed (won't fix)

This is more a PHP APC extension problem then the Drupal module.