Skip to content

Commit 68a5690

Browse files
author
Solar Mithril
authored
Was using wrong static for jemalloc (#51)
1 parent 95c2409 commit 68a5690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/op-rbuilder/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ use monitor_tx_pool::monitor_tx_pool;
2828
// Prefer jemalloc for performance reasons.
2929
#[cfg(all(feature = "jemalloc", unix))]
3030
#[global_allocator]
31-
static ALLOC: tikv_jemallocator::Jemalloc = tikv_jemallocator::Jemalloc;
31+
static GLOBAL: tikv_jemallocator::Jemalloc = tikv_jemallocator::Jemalloc;
3232

3333
fn main() {
3434
Cli::<OpChainSpecParser, args::OpRbuilderArgs>::parse()

0 commit comments

Comments
 (0)