We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c82d3be commit a32965cCopy full SHA for a32965c
runtime/yukon/yukon.cpp
@@ -118,7 +118,7 @@ static void init(void) {
118
119
alaska::Configuration config;
120
// Use the "malloc" backend to operate cleanly w/ libc's malloc
121
- config.huge_strategy = alaska::HugeAllocationStrategy::MALLOC_BACKED;
+ config.huge_strategy = alaska::HugeAllocationStrategy::CUSTOM_MMAP_BACKED;
122
123
the_runtime = new alaska::Runtime(config);
124
void *handle_table_base = the_runtime->handle_table.get_base();
0 commit comments