diff options
| author | eric_G <46165813+ericgaspar@users.noreply.github.com> | 2025-09-17 21:33:12 +0200 |
|---|---|---|
| committer | eric_G <46165813+ericgaspar@users.noreply.github.com> | 2025-09-17 21:33:12 +0200 |
| commit | d8854f4e663f6a24771bb2d1e1f78c8ff09ccfc1 (patch) | |
| tree | 33f033642a00012eae73fa75433145b0ba8dbf38 | |
| parent | 0e9ff7e7b9f5b4ea28b345d4ec419d345ce84a40 (diff) | |
| download | mastodon_ynh-d8854f4e663f6a24771bb2d1e1f78c8ff09ccfc1.tar.gz mastodon_ynh-d8854f4e663f6a24771bb2d1e1f78c8ff09ccfc1.tar.bz2 mastodon_ynh-d8854f4e663f6a24771bb2d1e1f78c8ff09ccfc1.zip | |
Update _common.sh
| -rw-r--r-- | scripts/_common.sh | 18 |
1 files changed, 0 insertions, 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 |
