Hi, I'm planning to set up squid (2.7-STABLE7) on a small homeserver, which is responsible for max. 4 people. The machine has 8GB RAM and the squid cache_dir will reside on a second harddisk with 30GB space. This is what I've planned to configure: cache_mem 512 MB maximum_object_size_in_memory 10 MB memory_replacement_policy heap GDSF cache_replacement_policy heap LFUDA minimum_object_size 0 KB maximum_object_size 1 GB cache_dir coss /var/cache/squid/c1 10240 max-size=3145728 block-size=4096 maxfullbufs=10 cache_dir aufs /var/cache/squid/cacheA 16000 64 256 Sounds this reasonable, did I overlook something, or is all this just crap? Any thoughts? Thanks, Heinz.