AdministrationMaintenance & MonitoringOperator guide
Mimalloc
OpenObserve has a feature to use Mimalloc as memory management for Rust.
But default we didn't enable it, if you want enable should add cargo flags like this:
RUSTFLAGS='-C target-cpu=native' cargo build --release --features mimallocif you want better control to release memory quickly, you can set some environments
export MIMALLOC_VERBOSE=1
export MIMALLOC_PAGE_RESET=1
export MIMALLOC_DECOMMIT_DELAY=25More options refer to: https://github.com/microsoft/mimalloc#environment-options
Was this page helpful?
Last updated on
SIMD
Learn how to check CPU support for SIMD (AVX512 or NEON) to use optimized OpenObserve builds, including Docker tags and Kubernetes deployment tips.
Grafana plugin
Use the OpenObserve plugin in Grafana to visualize logs and metrics if you are already using Grafana. Includes setup steps for Kubernetes and non-K8s installs.