set default page size to 4MB

This commit is contained in:
Yuichi Nishiwaki 2015-07-16 16:36:57 +09:00
parent 6b50ebba2b
commit ebcf6d00fb
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@
#endif
#ifndef PIC_HEAP_PAGE_SIZE
# define PIC_HEAP_PAGE_SIZE (2 * 1024 * 1024)
# define PIC_HEAP_PAGE_SIZE (4 * 1024 * 1024)
#endif
#ifndef PIC_PAGE_REQUEST_THRESHOLD