Make GeoLite db download memory efficient

This commit is contained in:
Alejandro Celaya
2025-09-11 09:28:44 +02:00
parent 92a70b8c11
commit 075e6347b6
4 changed files with 5 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ set -e
cd /etc/shlink
# Create data directories if they do not exist. This allows data dir to be mounted as an empty dir if needed
mkdir -p data/cache data/locks data/log data/proxies
mkdir -p data/cache data/locks data/log data/proxies data/temp-geolite
flags="--no-interaction --clear-db-cache"