Switch to jemalloc to reduce memory usage
This commit is contained in:
@ -17,6 +17,9 @@ use tracing_subscriber::{EnvFilter, layer::SubscriberExt, util::SubscriberInitEx
|
||||
|
||||
mod error;
|
||||
|
||||
#[global_allocator]
|
||||
static GLOBAL: jemallocator::Jemalloc = jemallocator::Jemalloc;
|
||||
|
||||
// TODO
|
||||
// * Polish the css
|
||||
// * Add configuration file
|
||||
|
Reference in New Issue
Block a user