From 2a32de55b6420d28d7a10a68b4f2e634a094f437 Mon Sep 17 00:00:00 2001 From: Yuichi Nishiwaki Date: Thu, 28 Nov 2013 12:58:02 +0900 Subject: [PATCH] increase default heap size --- include/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/config.h b/include/config.h index a5410d52..e44239d9 100644 --- a/include/config.h +++ b/include/config.h @@ -12,7 +12,7 @@ /* initial memory size (to be dynamically extended if necessary) */ #define PIC_ARENA_SIZE 100 -#define PIC_HEAP_SIZE (20000 * 8) +#define PIC_HEAP_SIZE (40000 * 8) #define PIC_STACK_SIZE 1024 #define PIC_RESCUE_SIZE 30 #define PIC_IREP_SIZE 256