mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-12 11:46:31 +00:00
Switch back to jemalloc (#2847)
This commit is contained in:
parent
f785c4e909
commit
d78091cc60
@ -2,6 +2,6 @@
|
|||||||
# ==============================================================================
|
# ==============================================================================
|
||||||
# Start Supervisor service
|
# Start Supervisor service
|
||||||
# ==============================================================================
|
# ==============================================================================
|
||||||
export LD_PRELOAD="/usr/local/lib/libmimalloc.so"
|
export LD_PRELOAD="/usr/local/lib/libjemalloc.so.2"
|
||||||
|
|
||||||
exec python3 -m supervisor
|
exec python3 -m supervisor
|
||||||
|
Loading…
x
Reference in New Issue
Block a user