]> Zhao Yanbai Git Server - minix.git/commitdiff
Increase thread stack space for GCC compiled images
authorThomas Veerman <thomas@minix3.org>
Thu, 12 Jan 2012 16:35:36 +0000 (16:35 +0000)
committerThomas Veerman <thomas@minix3.org>
Mon, 16 Jan 2012 10:12:29 +0000 (10:12 +0000)
servers/avfs/worker.c

index ba56e6b0d7bbb4d541af00af591724b2f0d6b3bf..879363471a7b1d0714312f70a88f993f42ad8913 100644 (file)
@@ -19,7 +19,7 @@ PRIVATE mthread_attr_t tattr;
 #ifdef MKCOVERAGE
 # define TH_STACKSIZE (10 * 1024)
 #else
-# define TH_STACKSIZE (6 * 1024)
+# define TH_STACKSIZE (7 * 1024)
 #endif
 
 #define ASSERTW(w) assert((w) == &sys_worker || (w) == &dl_worker || \