set default page size to 4MB
This commit is contained in:
parent
6b50ebba2b
commit
ebcf6d00fb
|
@ -126,7 +126,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef PIC_HEAP_PAGE_SIZE
|
#ifndef PIC_HEAP_PAGE_SIZE
|
||||||
# define PIC_HEAP_PAGE_SIZE (2 * 1024 * 1024)
|
# define PIC_HEAP_PAGE_SIZE (4 * 1024 * 1024)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef PIC_PAGE_REQUEST_THRESHOLD
|
#ifndef PIC_PAGE_REQUEST_THRESHOLD
|
||||||
|
|
Loading…
Reference in New Issue