aboutsummaryrefslogtreecommitdiff
path: root/scripts/_common.sh
diff options
context:
space:
mode:
authoreric_G <46165813+ericgaspar@users.noreply.github.com>2025-09-17 21:33:12 +0200
committereric_G <46165813+ericgaspar@users.noreply.github.com>2025-09-17 21:33:12 +0200
commitd8854f4e663f6a24771bb2d1e1f78c8ff09ccfc1 (patch)
tree33f033642a00012eae73fa75433145b0ba8dbf38 /scripts/_common.sh
parent0e9ff7e7b9f5b4ea28b345d4ec419d345ce84a40 (diff)
downloadmastodon_ynh-d8854f4e663f6a24771bb2d1e1f78c8ff09ccfc1.tar.gz
mastodon_ynh-d8854f4e663f6a24771bb2d1e1f78c8ff09ccfc1.tar.bz2
mastodon_ynh-d8854f4e663f6a24771bb2d1e1f78c8ff09ccfc1.zip
Update _common.sh
Diffstat (limited to 'scripts/_common.sh')
-rw-r--r--scripts/_common.sh18
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