On Thu, Jun 21, 2007, andrew thornton wrote: > Hello, > > I would like to keep my cache in memory and keep it off of my disks > within my http-accelerator setup. I currently have 2GB of ram. Is > there any way to do this without using ramdisks? I was told to remove > swap from my squid server and to remove the cache_dir line from my > configuration but I am skeptical. I appreciate any and all help. You just compile squid with the null filesystem type and use that. --enable-storeio="null" then cache_dir null / iirc. Adrian