Skip to content

Commit 3e4e4c7

Browse files
committed
Never purge pages in jemalloc
1 parent aaea1ac commit 3e4e4c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/src/core/build_steps/compile.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1210,7 +1210,7 @@ pub fn rustc_cargo_env(
12101210
if builder.config.jemalloc {
12111211
cargo.env(
12121212
"JEMALLOC_SYS_WITH_MALLOC_CONF",
1213-
"dirty_decay_ms:0,muzzy_decay_ms:0,abort_conf:true",
1213+
"dirty_decay_ms:-1,muzzy_decay_ms:-1,abort_conf:true",
12141214
);
12151215
}
12161216
}

0 commit comments

Comments
 (0)