From 47971c1289e3b8ac1b7b871084b20152dc17df47 Mon Sep 17 00:00:00 2001 From: Yuichi Nishiwaki Date: Tue, 15 Oct 2013 23:27:26 +0900 Subject: [PATCH] extend heap size --- include/picconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/picconf.h b/include/picconf.h index 1f412f9a..da97cad5 100644 --- a/include/picconf.h +++ b/include/picconf.h @@ -2,7 +2,7 @@ #define PICCONF_H__ #define PIC_ARENA_SIZE 100 -#define PIC_HEAP_SIZE 4096 +#define PIC_HEAP_SIZE 8192 #define DEBUG 1