mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-08 07:53:20 +00:00
A possibly blocking request for more memory. If the collective memory consumption of all reads goes above $serialize_limit_multiplier * $memory_limit this request will block for all but one reader (the first requester). Until this situation is resolved, that is until memory stays above the above explained limit, only this one reader is allowed to make progress. This should help reign in the memory consumption of reads in a situation where their memory consumption used to baloon without constraints before.