On Tue, Feb 6, 2018 at 12:34 PM Brian Wolff bawolff@gmail.com wrote:
Generally speaking objectcache is used as a last resort form of caching if you dont have apcu, memcached, redis, or something else configured.
I wonder if swapping it for a MEMORY table would be beneficial? Then it'd behave much more like the other object cache options (apcu.shm_size is max_heap_table_size, doesn't survive restarts, etc...)
Filed a task to follow-up: https://phabricator.wikimedia.org/T186752
-Chad