Using mimalloc (#2815)

This commit is contained in:
Pascal Vizeli 2021-04-15 16:15:38 +02:00 committed by GitHub
parent 10d686b415
commit caa1c6f1bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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