increase default heap size

This commit is contained in:
Yuichi Nishiwaki 2013-11-28 18:38:25 +09:00
parent 3266ae7d3c
commit 8e84242626
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
/* initial memory size (to be dynamically extended if necessary) */
#define PIC_ARENA_SIZE 100
#define PIC_HEAP_SIZE (40000 * 8)
#define PIC_HEAP_SIZE (50000 * 8)
#define PIC_STACK_SIZE 1024
#define PIC_RESCUE_SIZE 30
#define PIC_IREP_SIZE 256