summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_advanced.php
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2007-10-17 23:51:26 +0000
committerBill Marquette <billm@pfsense.org>2007-10-17 23:51:26 +0000
commit639aaa954cc2c87aa0d85fef1659d3f0c5afdcb9 (patch)
tree03ff1dea7673eb4dced6be43c8fd6edbe945eb86 /usr/local/www/system_advanced.php
parent468b0d65e76d31b6faa9f1d46c2f5e655d91d7a6 (diff)
downloadpfsense-639aaa954cc2c87aa0d85fef1659d3f0c5afdcb9.zip
pfsense-639aaa954cc2c87aa0d85fef1659d3f0c5afdcb9.tar.gz
MFC of change [19782] per request from sullrich@
Scale state table size with memory, never allocate more than 10% system ram, this leads to 12K states on 128M and 102K on 1G systems - this should be a good default
Diffstat (limited to 'usr/local/www/system_advanced.php')
-rwxr-xr-xusr/local/www/system_advanced.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_advanced.php b/usr/local/www/system_advanced.php
index f4c9bd4..b0adaa1 100755
--- a/usr/local/www/system_advanced.php
+++ b/usr/local/www/system_advanced.php
@@ -626,7 +626,7 @@ include("head.inc");
<br />
<strong>Maximum number of connections to hold in the firewall state table.</strong>
<br />
- <span class="vexpl">Note: Leave this blank for the default of 10000</span>
+ <span class="vexpl">Note: Leave this blank for the default. On your system the default size is: <?= pfsense_default_state_size() ?></span>
</td>
</tr>
<tr>
OpenPOWER on IntegriCloud