workaround for arena overflow

This commit is contained in:
Yuichi Nishiwaki 2014-02-12 23:05:52 +09:00
parent 972383eb7d
commit 38c840c805
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
#define PIC_NONE_IS_FALSE 1
/* initial memory size (to be dynamically extended if necessary) */
#define PIC_ARENA_SIZE 100
#define PIC_ARENA_SIZE 1000
#define PIC_HEAP_PAGE_SIZE (10000)
#define PIC_STACK_SIZE 1024
#define PIC_RESCUE_SIZE 30