Last active
August 29, 2015 14:20
-
-
Save omega8cc/c6db1e7d29d9e7b2717f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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