diff --git a/rootfs/etc/services.d/supervisor/run b/rootfs/etc/services.d/supervisor/run index e6a065687..e08c03f84 100644 --- a/rootfs/etc/services.d/supervisor/run +++ b/rootfs/etc/services.d/supervisor/run @@ -3,5 +3,6 @@ # Start Supervisor service # ============================================================================== export LD_PRELOAD="/usr/local/lib/libjemalloc.so.2" +export MALLOC_CONF="background_thread:true,metadata_thp:auto" exec python3 -m supervisor