summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@gmail.com>2011-07-29 20:19:32 -0400
committerScott Ullrich <sullrich@gmail.com>2011-07-29 20:19:32 -0400
commit43086fae2489e0217bed06185888b6bd31709f9c (patch)
tree2197e32b00167a5b6f639ac373ddae6998873188
parent02edeac599f545959493b21ee314290dbb457298 (diff)
downloadpfsense-43086fae2489e0217bed06185888b6bd31709f9c.zip
pfsense-43086fae2489e0217bed06185888b6bd31709f9c.tar.gz
Max procs should be 1 when using an op code cacher
-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 3b5e108..73c84b4 100644
--- a/etc/inc/system.inc
+++ b/etc/inc/system.inc
@@ -810,7 +810,7 @@ function system_generate_lighty_config($filename,
$document_root = "/usr/local/www/",
$cert_location = "cert.pem",
$ca_location = "ca.pem",
- $max_procs = 2,
+ $max_procs = 1,
$max_requests = "2",
$fast_cgi_enable = true,
$captive_portal = false) {
OpenPOWER on IntegriCloud