extend default arena size

This commit is contained in:
Yuichi Nishiwaki 2013-10-30 10:42:18 +09:00
parent 611b273dcd
commit f7885a423f
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
#define PIC_ENABLE_READLINE 1
/* initial memory size (to be dynamically extended if necessary) */
#define PIC_ARENA_SIZE 100
#define PIC_ARENA_SIZE 10000
#define PIC_HEAP_SIZE 32768
#define PIC_STACK_SIZE 1024
#define PIC_IREP_SIZE 256