From d8854f4e663f6a24771bb2d1e1f78c8ff09ccfc1 Mon Sep 17 00:00:00 2001 From: eric_G <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 17 Sep 2025 21:33:12 +0200 Subject: Update _common.sh --- scripts/_common.sh | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index c7ff983..0ad6190 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,21 +5,3 @@ #================================================= memory_needed="2560" - -case $YNH_ARCH in - amd64) - ld_preload="LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so" - ;; - arm64) - ld_preload="LD_PRELOAD=/usr/lib/aarch64-linux-gnu/libjemalloc.so" - ;; - armhf) - ld_preload="LD_PRELOAD=/usr/lib/arm-linux-gnueabihf/libjemalloc.so" - ;; - armel) - ld_preload="LD_PRELOAD=/usr/lib/arm-linux-gnueabi/libjemalloc.so" - ;; - i386) - ld_preload="LD_PRELOAD=/usr/lib/i386-linux-gnu/libjemalloc.so" - ;; -esac -- cgit v1.2.3-70-g09d2