brk(): make aggressive heap extension optional

This commit is contained in:
Balazs Gerofi
2017-05-24 01:41:11 +09:00
parent 9f55263528
commit 0c3b705f98
2 changed files with 14 additions and 4 deletions

View File

@ -161,7 +161,7 @@ static int mpol_no_bss = 0;
static int mpol_shm_premap = 0;
static int no_bind_ikc_map = 0;
static unsigned long mpol_threshold = 0;
static unsigned long heap_extension = (2*1024*1024);
static unsigned long heap_extension = (4*1024);
static int profile = 0;
static int disable_sched_yield = 0;