From: Guenter Knauf Date: Fri, 12 Apr 2013 07:25:18 +0000 (+0000) Subject: Increased stacksize for mod_lua on NetWare. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe72fe10ee72b1f5cbc743f91e65c30bcce8cbaf;p=thirdparty%2Fapache%2Fhttpd.git Increased stacksize for mod_lua on NetWare. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1467186 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/lua/NWGNUmakefile b/modules/lua/NWGNUmakefile index aab7fa4dadd..06f1daaac9e 100644 --- a/modules/lua/NWGNUmakefile +++ b/modules/lua/NWGNUmakefile @@ -129,7 +129,7 @@ NLM_VERSION = # # If this is specified, it will override the default of 64K # -NLM_STACK_SIZE = 8192 +NLM_STACK_SIZE = 131072 #