Skip to content

Instantly share code, notes, and snippets.

@omega8cc
Last active August 29, 2015 14:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save omega8cc/c6db1e7d29d9e7b2717f to your computer and use it in GitHub Desktop.
Save omega8cc/c6db1e7d29d9e7b2717f to your computer and use it in GitHub Desktop.
From https://www.drupal.org/node/2480327
>>>
Systems that use in-memory cache backends like redis / memcache
are more likely to be affected by this issue. This is due the
common strategy used to free cache space if the configured
memory limit of the cache is reached.
>>>
It is not clear and can't be assumed, because it doesn't explain
what 'common strategy' is assumed here?
As of 2.4.2, BOA doesn't even use Redis new default (noeviction).
We use 'volatile-lru' (like before) with 'maxmemory-samples 5',
as shown here:
https://github.com/omega8cc/boa/blob/master/aegir/conf/redis.conf#L450
But does it translate to 'more likely to be affected'?
What the 'more likely' exactly means in this context?
No idea.
Why not to just upgrade and forget?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment