how squid works?
It only will be cache the content of the link that visit the most?
Or it start caching when the first people visit the site?
And it will continue caching until the HDD space full, then it will clear the earliest cache, and replace by the latest one?
And i found this details at http://wiki.squid-cache.org/SquidFaq/SquidMemory
10 MB of memory per 1 GB on disk for 32-bit Squid
14 MB of memory per 1 GB on disk for 64-bit Squid
That’s mean for 1GB of RAM, can serving 73GB of cache?
So if my server have 16GB of RAM, it can cache 1168GB of file and service/functioning well?
So the RAM and the HDD writing and reading speed is important for squid caching?
How about the RAM?