1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-26 21:47:15 +00:00

Tuning Jemalloc (#3600)

This commit is contained in:
Pascal Vizeli
2022-04-28 11:25:38 +02:00
committed by GitHub
parent e73809d350
commit 7b46c4759d

View File

@@ -3,5 +3,6 @@
# Start Supervisor service
# ==============================================================================
export LD_PRELOAD="/usr/local/lib/libjemalloc.so.2"
export MALLOC_CONF="background_thread:true,metadata_thp:auto"
exec python3 -m supervisor