Skip to content

Commit b60a59a

Browse files
committed
remove jemalloc usage
1 parent 76e9e83 commit b60a59a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/main.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
#[cfg(not(target_env = "msvc"))]
2-
use tikv_jemallocator::Jemalloc;
3-
4-
#[cfg(not(target_env = "msvc"))]
5-
#[global_allocator]
6-
static GLOBAL: Jemalloc = Jemalloc;
7-
81
mod config;
92
mod servers;
103
mod upstreams;

0 commit comments

Comments
 (0)