shrink default heap size

This commit is contained in:
Yuichi Nishiwaki 2013-11-22 06:38:41 -08:00
parent 1be72f1e18
commit 663081921d
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 (1<<19)
#define PIC_HEAP_SIZE (20000 * 8)
#define PIC_STACK_SIZE 1024
#define PIC_RESCUE_SIZE 30
#define PIC_IREP_SIZE 256