From d78091cc6014ae3a733caa0d57b95404e8ba3301 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Wed, 28 Apr 2021 17:02:28 +0200 Subject: [PATCH] Switch back to jemalloc (#2847) --- 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 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