Do not limit locked memory by default#176
Conversation
See varnishcache/varnish-cache#4193 and varnishcache/varnish-cache#4121 for context: It does not make sense (any more) to apply an external limit on the maximum locked memory: We should trust Varnish-Cache to only attempt mlock(2) where it makes sense, and the amount of VSM grows dynamically with backends, vmods etc, so it is far from trivial to calculate a sensible maximum.
|
My two cents on this topic. As far as I can remember we always recommended mounting varnish state directory A So I am in favor of not limiting our |
See varnishcache/varnish-cache#4193 and varnishcache/varnish-cache#4121 for context:
It does not make sense (any more) to apply an external limit on the maximum locked memory: We should trust Varnish-Cache to only attempt mlock(2) where it makes sense, and the amount of VSM grows dynamically with backends, vmods etc, so it is far from trivial to calculate a sensible maximum.