Warning: apcu_store(): GC cache entry 'aCcuTEWX1lC7IzKGtZXK6ZEDmXmZwHq' was on gc-list for 338262 seconds in Drupal\xautoload\ClassLoader\ApcuQueuedCachedClassLoader->updateClassFiles() (line 47 of xautoload/src/ClassLoader/ApcuQueuedCachedClassLoader.php).

What do I do with this type of information?

Comments

joelpittet created an issue. See original summary.

joelpittet’s picture

Status: Active » Fixed

Googling around it was just an older version of APCu that was causing this.

Note: remember to back your apcu.ini

apt-get remove php5-apcu
pecl install channel://pecl.php.net/apcu-4.0.7
donquixote’s picture

Oh, interesting.
And thanks for reporting - maybe it will be useful for others.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.