Skip to content

Commit 55a7568

Browse files
bgwsokra
andauthored
Backport: Turbopack: update mimalloc (#81993) (#82166)
We're heard about significant real-world reductions in memory usage from this change in canary. It seem relatively low-risk, so IMO we should backport it. Original PR: #81993 Co-authored-by: Tobias Koppers <[email protected]>
1 parent 5bc4b36 commit 55a7568

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

turbopack/crates/turbo-tasks-malloc/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ autobenches = false
1010
bench = false
1111

1212
[target.'cfg(not(any(target_os = "linux", target_family = "wasm", target_env = "musl")))'.dependencies]
13-
mimalloc = { version = "0.1.42", features = [], optional = true }
13+
mimalloc = { version = "0.1.47", features = [], optional = true }
1414

1515
[target.'cfg(all(target_os = "linux", not(any(target_family = "wasm", target_env = "musl"))))'.dependencies]
16-
mimalloc = { version = "0.1.42", features = [
16+
mimalloc = { version = "0.1.47", features = [
1717
"local_dynamic_tls",
1818
], optional = true }
1919

0 commit comments

Comments
 (0)