Harald Friessnegger <[email protected]> writes: > if that address space needs roughly the same amout of RAM as the storage > file's size - and the cache is not persisted (lost when varnishd is > restarted) - why do we need a storage file at all?
Because that's how virtual memory works. http://www.amazon.com/dp/0136006639 > probably the RES column in top is enough to get an idea how much RAM > is consumed by a process. Is it? AFAIK, if two processes map the same file, it will be counted twice. This is the case for shared libraries, for instance, and multiple instances of the same program. DES -- Dag-Erling Smørgrav - [email protected] _______________________________________________ varnish-misc mailing list [email protected] http://projects.linpro.no/mailman/listinfo/varnish-misc
