From f7885a423fb583733364bb13abaa8ce212e58b3c Mon Sep 17 00:00:00 2001 From: Yuichi Nishiwaki Date: Wed, 30 Oct 2013 10:42:18 +0900 Subject: [PATCH] extend default arena size --- include/picconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/picconf.h b/include/picconf.h index 2d9c7837..9c6c28a0 100644 --- a/include/picconf.h +++ b/include/picconf.h @@ -8,7 +8,7 @@ #define PIC_ENABLE_READLINE 1 /* initial memory size (to be dynamically extended if necessary) */ -#define PIC_ARENA_SIZE 100 +#define PIC_ARENA_SIZE 10000 #define PIC_HEAP_SIZE 32768 #define PIC_STACK_SIZE 1024 #define PIC_IREP_SIZE 256