We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95c2409 commit 68a5690Copy full SHA for 68a5690
crates/op-rbuilder/src/main.rs
@@ -28,7 +28,7 @@ use monitor_tx_pool::monitor_tx_pool;
28
// Prefer jemalloc for performance reasons.
29
#[cfg(all(feature = "jemalloc", unix))]
30
#[global_allocator]
31
-static ALLOC: tikv_jemallocator::Jemalloc = tikv_jemallocator::Jemalloc;
+static GLOBAL: tikv_jemallocator::Jemalloc = tikv_jemallocator::Jemalloc;
32
33
fn main() {
34
Cli::<OpChainSpecParser, args::OpRbuilderArgs>::parse()
0 commit comments