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