1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2026-02-15 07:27:13 +00:00

Switch back to jemalloc (#2847)

This commit is contained in:
Pascal Vizeli
2021-04-28 17:02:28 +02:00
committed by GitHub
parent f785c4e909
commit d78091cc60

View File

@@ -2,6 +2,6 @@
# ==============================================================================
# Start Supervisor service
# ==============================================================================
export LD_PRELOAD="/usr/local/lib/libmimalloc.so"
export LD_PRELOAD="/usr/local/lib/libjemalloc.so.2"
exec python3 -m supervisor