diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-08-18 18:12:16 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-08-18 18:12:16 +0000 |
commit | d3c2c35087e544c22a4f2defa4fbc54544ceabcf (patch) | |
tree | bf230d4b929241b46d351bbb75ea803b973a472c /packages/squid3/squid_cache.xml | |
parent | eb61ec56bc64b2087fff50eaef08480c2ad4c066 (diff) | |
download | pfsense-packages-d3c2c35087e544c22a4f2defa4fbc54544ceabcf.tar.gz pfsense-packages-d3c2c35087e544c22a4f2defa4fbc54544ceabcf.tar.bz2 pfsense-packages-d3c2c35087e544c22a4f2defa4fbc54544ceabcf.zip |
Update package with latest
Diffstat (limited to 'packages/squid3/squid_cache.xml')
-rw-r--r-- | packages/squid3/squid_cache.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/squid3/squid_cache.xml b/packages/squid3/squid_cache.xml index 861f96b8..6f6c0388 100644 --- a/packages/squid3/squid_cache.xml +++ b/packages/squid3/squid_cache.xml @@ -165,6 +165,20 @@ </options> </field> <field> + <fielddescr>Low-water-mark in %</fielddescr> + <fieldname>cache_swap_low</fieldname> + <description>Cache replacement begins when the swap usage is above the low-low-water mark and attempts to maintain utilisation near the low-water-mark.</description> + <type>input</type> + <default_value>90</default_value> + </field> + <field> + <fielddescr>High-water-mark in %</fielddescr> + <fieldname>cache_swap_high</fieldname> + <description>As swap utilisation gets close to the high-water-mark object eviction becomes more aggressive.</description> + <type>input</type> + <default_value>95</default_value> + </field> + <field> <fielddescr>Do not cache</fielddescr> <fieldname>donotcache</fieldname> <description>Enter each domain or IP address on a new line that should never be cached.</description> |