]> Zhao Yanbai Git Server - minix.git/commitdiff
include: reduce default stack size
authorBen Gras <ben@minix3.org>
Mon, 24 Dec 2012 13:25:06 +0000 (13:25 +0000)
committerBen Gras <ben@minix3.org>
Sat, 29 Dec 2012 00:56:52 +0000 (00:56 +0000)
include/minix/sys_config.h

index d1789a9f66829c91c8094c8f9d39e00622c6e80b..533046cd746338411f5408da9e92a69d8b1f050e 100644 (file)
@@ -22,6 +22,6 @@
 #define _KMESS_BUF_SIZE  10000
 
 /* Default stack size (limit) */
-#define DEFAULT_STACK_LIMIT (64 * 1024 * 1024)
+#define DEFAULT_STACK_LIMIT (4 * 1024 * 1024)
 
 #endif /* _MINIX_SYS_CONFIG_H */