January 2004
Intermediate to advanced
464 pages
14h 47m
English
memory_pools_limit
This directive specifies an upper limit on the amount of unused memory to hold onto.
If the total size of all unused, pooled memory exceeds this value,
Squid begins returning unused memory to the malloc library by calling free( ).
If set to 0 (the default),
Squid doesn’t place any limit on the amount of unused memory to keep
in the pools.
Syntax | memory_pools_limit |
Default | memory_pools_limit 0 |
Example | memory_pools_limit 100 MB |
Related | memory_pools |
Read now
Unlock full access