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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user