Skip to content

Commit

Permalink
Use default allocator
Browse files Browse the repository at this point in the history
  • Loading branch information
Sicheng Pan committed Jan 21, 2025
1 parent 41e0a14 commit 6b58d86
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions rust/worker/src/bin/compaction_client.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
#[cfg(not(target_env = "msvc"))]
use tikv_jemallocator::Jemalloc;

#[cfg(not(target_env = "msvc"))]
#[global_allocator]
static GLOBAL: Jemalloc = Jemalloc;

#[tokio::main]
async fn main() {
worker::compaction_client_entrypoint().await;
Expand Down

0 comments on commit 6b58d86

Please sign in to comment.