How much RAM required by Varnish

apache-2.2varnish

I'm using Apache for serving static files. Apache2 require too much RAM.

I want to reduce the RAM usage.

I don't have experience with Varnish. It's said to be faster. I don't know how Varnish works.

So, How much RAM needed for running Apache2+Varnish? Will Apache2+Varnish have higher RAM usage than Apache2 without Varnish?

Thanks.

Best Answer

Nginx might be a good choice if you want a lightweight server for static files. You can select which modules you want at compile time.