proc_test: enlarge processes' stack size to KERN_MINSTACKSIZE * 3.
authorarighi <arighi@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 18 Mar 2010 15:46:24 +0000 (15:46 +0000)
committerarighi <arighi@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 18 Mar 2010 15:46:24 +0000 (15:46 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3243 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/kern/proc_test.c

index dc2a075c9dd2e23a7f3df8320660658de6726cee..71ab9ec16b88a777835824fc333998a3d83876be 100644 (file)
@@ -91,7 +91,7 @@ static cpu_atomic_t main_barrier;
 #define DELAY  5
 
 // Define process stacks for test.
-#define WORKER_STACK_SIZE KERN_MINSTACKSIZE * 2
+#define WORKER_STACK_SIZE KERN_MINSTACKSIZE * 3
 
 #if CONFIG_KERN_HEAP
 #define WORKER_STACK(id)        NULL