mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-07 07:49:31 +03:00
set default arena reserve back to 1GiB
This commit is contained in:
parent
bf2f2a8bf4
commit
68ac94c1ba
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ typedef struct mi_option_desc_s {
|
|||
// in KiB
|
||||
#ifndef MI_DEFAULT_ARENA_RESERVE
|
||||
#if (MI_INTPTR_SIZE>4)
|
||||
#define MI_DEFAULT_ARENA_RESERVE 8*1024L*1024L
|
||||
#define MI_DEFAULT_ARENA_RESERVE 1024L*1024L
|
||||
#else
|
||||
#define MI_DEFAULT_ARENA_RESERVE 128L*1024L
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue