summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2009-02-21 18:27:51 -0500
committerChris Buechler <cmb@pfsense.org>2009-02-21 18:30:06 -0500
commit14b1ec9486db42618b027220a66af926f5c2a6ba (patch)
tree55152a1956616b232187753847ff8d92ebee0ac9 /etc
parentdaa042804825c5522de9d95a8ba8a3a2e82f5d9f (diff)
downloadpfsense-14b1ec9486db42618b027220a66af926f5c2a6ba.zip
pfsense-14b1ec9486db42618b027220a66af926f5c2a6ba.tar.gz
use highest for systems with > 512 MB RAM available
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/system.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/system.inc b/etc/inc/system.inc
index 971f437..9f7a2af 100644
--- a/etc/inc/system.inc
+++ b/etc/inc/system.inc
@@ -726,7 +726,7 @@ function system_generate_lighty_config($filename,
$max_requests = 10;
}
- if($avail > 383 and $avail < 512) {
+ if($avail > 384) {
$max_procs = 4;
$max_requests = 16;
}
OpenPOWER on IntegriCloud