From caa1c6f1bde7539918230b335eeb19e6647070e1 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Thu, 15 Apr 2021 16:15:38 +0200 Subject: [PATCH] Using mimalloc (#2815) --- rootfs/etc/services.d/supervisor/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/etc/services.d/supervisor/run b/rootfs/etc/services.d/supervisor/run index e6a065687..8841792d2 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/libjemalloc.so.2" +export LD_PRELOAD="/usr/local/lib/libmimalloc.so" exec python3 -m supervisor