increase JIT memory allocation size
virtual memory should make it not matter for memory usage, or maybe even very slightly improve it due to less page table fragmentation
This commit is contained in:
parent
45cc672af1
commit
f640767e97
@ -25,7 +25,7 @@ u64 mmX_ctrs[64];
|
||||
#define BN(X) mmX_##X
|
||||
#include "../opt/mm_buddyTemplate.h"
|
||||
#define MMI(X) X
|
||||
#define ALSZ 17
|
||||
#define ALSZ 20
|
||||
|
||||
static u64 nvm_mmap_seed = 0;
|
||||
#ifdef __clang__
|
||||
|
||||
Loading…
Reference in New Issue
Block a user