From 43086fae2489e0217bed06185888b6bd31709f9c Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Fri, 29 Jul 2011 20:19:32 -0400 Subject: Max procs should be 1 when using an op code cacher --- etc/inc/system.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/inc/system.inc') 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) { -- cgit v1.1