diff options
author | Steven Barth <steven@midlink.org> | 2009-07-10 16:39:30 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2009-07-10 16:39:30 +0000 |
commit | 7ba12e9c5eafd809237fa69464e8b601926e9513 (patch) | |
tree | 1ffb90f2a9e2034ab209953d86f39a88668d91db /libs/lucid | |
parent | 128437f67103c980a8c963bf2510fe38ba1f4e54 (diff) |
Move memory limit to lucid, reincrease thread limit
Diffstat (limited to 'libs/lucid')
-rw-r--r-- | libs/lucid/root/etc/config/lucid | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libs/lucid/root/etc/config/lucid b/libs/lucid/root/etc/config/lucid index b9be1dd97..c5a3f3d8e 100644 --- a/libs/lucid/root/etc/config/lucid +++ b/libs/lucid/root/etc/config/lucid @@ -1,6 +1,6 @@ config lucid main option pollinterval 15000 - option threadlimit 2 + option threadlimit 10 option daemonize 1 option debug 0 list supports tcpserver @@ -30,6 +30,7 @@ config daemon http list publisher webroot list publisher luciweb option nokeepalive 1 + option memlimit 1572864 option enabled 1 config daemon https @@ -38,6 +39,7 @@ config daemon https list publisher webroot list publisher luciweb option nokeepalive 1 + option memlimit 1572864 option enabled 1 option tls maincert option encryption enable |