mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-18 14:46:30 +00:00
Using mimalloc (#2815)
This commit is contained in:
parent
10d686b415
commit
caa1c6f1bd
@ -2,6 +2,6 @@
|
|||||||
# ==============================================================================
|
# ==============================================================================
|
||||||
# Start Supervisor service
|
# Start Supervisor service
|
||||||
# ==============================================================================
|
# ==============================================================================
|
||||||
export LD_PRELOAD="/usr/local/lib/libjemalloc.so.2"
|
export LD_PRELOAD="/usr/local/lib/libmimalloc.so"
|
||||||
|
|
||||||
exec python3 -m supervisor
|
exec python3 -m supervisor
|
||||||
|
Loading…
x
Reference in New Issue
Block a user