From 5da1b175a793c2a3fee5a0bb534713b6ec064b4d Mon Sep 17 00:00:00 2001 From: Yuichi Nishiwaki Date: Tue, 22 Oct 2013 18:30:05 +0900 Subject: [PATCH] extend default heap size --- include/picconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/picconf.h b/include/picconf.h index 397b8597..3a2e6887 100644 --- a/include/picconf.h +++ b/include/picconf.h @@ -9,7 +9,7 @@ /* initial memory size (to be dynamically extended if necessary) */ #define PIC_ARENA_SIZE 100 -#define PIC_HEAP_SIZE 16384 +#define PIC_HEAP_SIZE 32768 #define PIC_STACK_SIZE 1024 #define PIC_IREP_SIZE 256 #define PIC_GLOBALS_SIZE 1024