On Sat, Sep 23, 2006, Mehdi Sarmadi wrote: > In such case, how much data object would get cached there? > I mean how much data will remain in memory until get replaced? ( > without considering expire-age ) it'll cache everything you've set to be cachable and it decides is cachable (which can be tweaked with refresh_patterns) until it runs out of cache_mem. Objects will then be removed as dictated by the replacement policy. Adrian > I hope, I could express myself well. > > On 9/22/06, Adrian Chadd <adrian@xxxxxxxxxxxxxxx> wrote: > >On Fri, Sep 22, 2006, Gavin White wrote: > >> Hello, > >> > >> I would like to set up a squid box which caches only to RAM. I do not > >> want it to cache to disk at all. > >> > >> Does anyone know how I can configure this? I have tried setting > >> cache_dir to none, and also setting it to zero size, but squid will > >> not start. > > > >cache_dir null / > > > >:) > > > >(And compile in the null storedir type.) > > > > > >Adrian > > > >> > >> > >> Thanks, > >> > >> Gavin > > > > > -- > Mehdi Sarmadi