Skip to content

Commit

Permalink
Enabled jemalloc
Browse files Browse the repository at this point in the history
  • Loading branch information
mstrug committed Nov 5, 2024
1 parent 64fb697 commit d18d5bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/alloc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ doctest = false
workspace = true

[features]
default = [ "allocator-tcmalloc" ]
default = [ "allocator-jemalloc" ]
allocator-mimalloc = [ "dep:mimalloc" ]
allocator-tcmalloc = [ "dep:tcmalloc" ]
allocator-jemalloc = [ "dep:tikv-jemallocator" ]

0 comments on commit d18d5bf

Please sign in to comment.