Increase main thread stack size.

When the user makes a program , it is often continue to add the process to the main thread .
For this reason, increase main thread stack size.
pull/991/head
Masao Hamanaka 2015-03-23 19:56:55 +09:00
parent d1d900d30c
commit 095a943958
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@
// <i> Defines stack size for main thread.
// <i> Default: 200
#ifndef OS_MAINSTKSIZE
#define OS_MAINSTKSIZE 512
#define OS_MAINSTKSIZE 2048
#endif
// <o>Number of threads with user-provided stack size <0-250>