- Issue created by @dsim
Hello,
I have exactly same behavior on my website and problem get worst as we have more than 10 languages ...
Memcache is running out of memory and crashing.
Did anybody found a solution with that ?
Thanks
I can move the config to memcache using following configuration.
$settings['cache']['bins']['config'] = 'cache.backend.memcache';
I have tons of webforms and all the webforms element config is getting stored in memcache which makes drush cache-rebuild command too slow to rebuild. Is there anyway i can exclude only webform config not to be cached by memcache.
Any wildcard support to exclude some configuration from caching or include certain config to be pushed to memcache.
Example: $settings['cache']['bins']['config.webform.*'] = 'cache.backend.null';
or
Example: $settings['cache']['bins']['config.entity.*'] = 'cache.backend.memcache';
Active
2.5
Code
Hello,
I have exactly same behavior on my website and problem get worst as we have more than 10 languages ...
Memcache is running out of memory and crashing.
Did anybody found a solution with that ?
Thanks