Switch to jemalloc to reduce memory usage

This commit is contained in:
2023-03-20 00:13:34 +01:00
parent 9b6a12f3da
commit b2207e4f48
3 changed files with 25 additions and 0 deletions

View File

@ -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