From 0c1b8ba3c3ad5c6884dca00e4ea2ad69ba1524f1 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Mon, 24 Dec 2012 13:25:06 +0000 Subject: [PATCH] include: reduce default stack size --- include/minix/sys_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/minix/sys_config.h b/include/minix/sys_config.h index d1789a9f6..533046cd7 100644 --- a/include/minix/sys_config.h +++ b/include/minix/sys_config.h @@ -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 */ -- 2.44.0