February 27, 2013 04:56AM
Hello,

I have some troubles to configure my reverse proxy cache.

I would like to use a proxy cache with about 5 TB.
If I estimate an average file size of 128KB, I need to define my zone size to about 5GB. (5 TB / (128KB / 128))

Here the configuration line:
proxy_cache_path /opt/.../hdd_storage/cache levels=1:2 keys_zone=proxyCacheZone_hdd:5000m max_size=5000g inactive=1d;
Now, as I have 16 CPUs, I defined 16 worker_process.

The problem is, for each worker an allocation of 5 GB is done for a total of 80 GB of ram usage!!!

Do I have misunderstood somethig?
Is there a way to used a shared memory between workers for the zone cache?

Thank you in advance
Traquila
Subject Author Posted

proxy_cache_path with huge zone size

traquila February 27, 2013 04:56AM

Re: proxy_cache_path with huge zone size

Igor Sysoev February 27, 2013 05:00AM

Re: proxy_cache_path with huge zone size

traquila February 27, 2013 05:16AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 186
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready