From 38aee6283523fe8deed6c6690d48a742dd4047c6 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Wed, 27 Apr 2016 17:56:09 +0100 Subject: Set max-procs to 1 in webapp lighttpd conf We made this change more than a year ago in git.baserock.org, to test if that would make it consume less resources, without breaking anything. That change seemed to solve the problems we were having, and we never had any related issue. Change-Id: Iabb34bbe8df4c329361c2b446851b10e3c43e4de --- etc/lighttpd/lorry-controller-webapp-httpd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/lighttpd/lorry-controller-webapp-httpd.conf b/etc/lighttpd/lorry-controller-webapp-httpd.conf index 319c8ec..206371e 100644 --- a/etc/lighttpd/lorry-controller-webapp-httpd.conf +++ b/etc/lighttpd/lorry-controller-webapp-httpd.conf @@ -27,7 +27,7 @@ $SERVER["socket"] == "127.0.0.1:12765" { "socket" => "/run/lighttpd-lorry/lorry-controller-webapp.socket", "bin-path" => "/usr/bin/lorry-controller-webapp --config=/etc/lorry-controller/webapp.conf", "check-local" => "disable", - "max-procs" => 16, + "max-procs" => 1, ) ) ) -- cgit v1.2.1