mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Enable jemalloc only on linux OSs
This commit is contained in:
parent
c93949474c
commit
8aed1d96c5
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ use meilidb_http::routes::index::index_update_callback;
|
|||
|
||||
mod analytics;
|
||||
|
||||
#[cfg(not(target_os = "macos"))]
|
||||
#[cfg(target_os = "linux")]
|
||||
#[global_allocator]
|
||||
static ALLOC: jemallocator::Jemalloc = jemallocator::Jemalloc;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue