From 6f80f9287b5783f158a9d95492b3c1b5d69e4ee9 Mon Sep 17 00:00:00 2001 From: Yuichi Nishiwaki Date: Tue, 15 Oct 2013 19:12:17 +0900 Subject: [PATCH] adjust heap/arena size --- include/picconf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/picconf.h b/include/picconf.h index e61558f3..1f412f9a 100644 --- a/include/picconf.h +++ b/include/picconf.h @@ -1,8 +1,8 @@ #ifndef PICCONF_H__ #define PICCONF_H__ -#define PIC_ARENA_SIZE 1024 -#define PIC_HEAP_SIZE 1024 +#define PIC_ARENA_SIZE 100 +#define PIC_HEAP_SIZE 4096 #define DEBUG 1