restore tuned config

This commit is contained in:
Sunrim KIM (keen) 2014-10-27 14:15:03 +09:00
parent 1c48239521
commit e132236445
2 changed files with 1 additions and 5 deletions

@ -1 +1 @@
Subproject commit a7ae88e224b797d2f094ff8c093b6bf5fbe5e7b7 Subproject commit 2440372c16fd1e479ad8aa346f6006dbf795a74c

View File

@ -2,10 +2,6 @@
* See Copyright Notice in picrin.h * See Copyright Notice in picrin.h
*/ */
#define PIC_ARENA_SIZE (8 * 1024)
#define PIC_HEAP_PAGE_SIZE (2 * 1024 * 1024)
#define PIC_SYM_POOL_SIZE (2 * 1024)
#include "picrin.h" #include "picrin.h"
#include "picrin/pair.h" #include "picrin/pair.h"
#include "picrin/error.h" #include "picrin/error.h"