Skip to content

Commit d6715df

Browse files
committed
Revert "Use tikv-jemallocator as global allocator"
This reverts commit 7a58029.
1 parent 0c14abf commit d6715df

File tree

3 files changed

+0
-26
lines changed

3 files changed

+0
-26
lines changed

Cargo.lock

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

crates/cli/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ sd-notify = "0.4.5"
3737
serde_json.workspace = true
3838
serde_yaml = "0.9.34"
3939
sqlx.workspace = true
40-
tikv-jemallocator = "0.6.0"
4140
tokio.workspace = true
4241
tokio-util.workspace = true
4342
tokio-stream.workspace = true

crates/cli/src/main.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ use anyhow::Context;
1212
use clap::Parser;
1313
use mas_config::{ConfigurationSection, TelemetryConfig};
1414
use sentry_tracing::EventFilter;
15-
use tikv_jemallocator::Jemalloc;
1615
use tracing_indicatif::{
1716
filter::{hide_indicatif_span_fields, IndicatifFilter},
1817
style::ProgressStyle,
@@ -23,9 +22,6 @@ use tracing_subscriber::{
2322
EnvFilter, Layer, Registry,
2423
};
2524

26-
#[global_allocator]
27-
static GLOBAL: Jemalloc = Jemalloc;
28-
2925
mod app_state;
3026
mod commands;
3127
mod lifecycle;

0 commit comments

Comments
 (0)