You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@trafficserver.apache.org by Belkacem <re...@gmail.com> on 2011/03/29 10:57:26 UTC

ram_cache_cutoff

hi every one,
can any one tell me what this variable do ?
CONFIG proxy.config.cache.ram_cache_cutoff LLONG 1000000

thnx!

Re: ram_cache_cutoff

Posted by Leif Hedstrom <zw...@apache.org>.
On 03/29/2011 02:57 AM, Belkacem wrote:
> hi every one,
> can any one tell me what this variable do ?
> CONFIG proxy.config.cache.ram_cache_cutoff LLONG 1000000

So, from seeing that config, I take it you still use the old version 
(v2.0.1). In any case, what it does is to say that documents larger than 
this number (in bytes for your version) should not be cached in RAM.

-- Leif