You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by fu...@apache.org on 2013/04/12 09:25:18 UTC

svn commit: r1467186 - /httpd/httpd/trunk/modules/lua/NWGNUmakefile

Author: fuankg
Date: Fri Apr 12 07:25:18 2013
New Revision: 1467186

URL: http://svn.apache.org/r1467186
Log:
Increased stacksize for mod_lua on NetWare.

Modified:
    httpd/httpd/trunk/modules/lua/NWGNUmakefile

Modified: httpd/httpd/trunk/modules/lua/NWGNUmakefile
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/lua/NWGNUmakefile?rev=1467186&r1=1467185&r2=1467186&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/lua/NWGNUmakefile (original)
+++ httpd/httpd/trunk/modules/lua/NWGNUmakefile Fri Apr 12 07:25:18 2013
@@ -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
 
 
 #