Mailing List Archive

Estimated Memory allocation
Hello,

I would like to know what is the best practices for estimating allocation of memory for varnish is there minimum based off of the number of backend web servers.Thanks!


This email (including any attachments) may contain confidential information intended solely for acknowledged recipients. If you think you have received this information in error, please reply to the sender and delete all copies from your system. Please note that unauthorized use, disclosure, or further distribution of this information is prohibited by the sender. Note also that we may monitor email directed to or originating from our network. Thank you for your consideration and assistance. |

_______________________________________________
varnish-misc mailing list
varnish-misc@varnish-cache.org
https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc
Re: Estimated Memory allocation [ In reply to ]
Hi Rodney,

The main factor regarding memory is really going to be the cache storage.
To this you can add 1Kb of metadata per object stored (usually not an
issue). If you have a large amount of thread, each one will have a
workspace assigned to it, and that will consume a few dozens KB per threads.

--
Guillaume Quintard

On Thu, Aug 24, 2017 at 5:41 PM, Rodney Bizzell <rbizzell@measinc.com>
wrote:

> Hello,
>
> I would like to know what is the best practices for estimating allocation
> of memory for varnish is there minimum based off of the number of backend
> web servers.Thanks!
>
>
> This email (including any attachments) may contain confidential
> information intended solely for acknowledged recipients. If you think you
> have received this information in error, please reply to the sender and
> delete all copies from your system. Please note that unauthorized use,
> disclosure, or further distribution of this information is prohibited by
> the sender. Note also that we may monitor email directed to or originating
> from our network. Thank you for your consideration and assistance. |
>
> _______________________________________________
> varnish-misc mailing list
> varnish-misc@varnish-cache.org
> https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc
>