Skip to content

Commit a32965c

Browse files
committed
yukon: switch back to the MMAP backend for huge objects
1 parent c82d3be commit a32965c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/yukon/yukon.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ static void init(void) {
118118

119119
alaska::Configuration config;
120120
// Use the "malloc" backend to operate cleanly w/ libc's malloc
121-
config.huge_strategy = alaska::HugeAllocationStrategy::MALLOC_BACKED;
121+
config.huge_strategy = alaska::HugeAllocationStrategy::CUSTOM_MMAP_BACKED;
122122

123123
the_runtime = new alaska::Runtime(config);
124124
void *handle_table_base = the_runtime->handle_table.get_base();

0 commit comments

Comments
 (0)