diff --git a/rootfs/etc/services.d/supervisor/run b/rootfs/etc/services.d/supervisor/run index 8841792d2..e6a065687 100644 --- a/rootfs/etc/services.d/supervisor/run +++ b/rootfs/etc/services.d/supervisor/run @@ -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