From 56dcf4513022bdce6026138a2ec79899f1367382 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Nov 11 2020 21:06:18 +0000 Subject: Clean up the sqlite DB used for stats This seems to fill sundries, likely because sqlite never free the space unless when a VACUUM command is issued, and that's not done by default on EL 7. See https://www.sqlite.org/lang_vacuum.html --- diff --git a/stats/compute.sh b/stats/compute.sh index 83ce855..a4f50b6 100755 --- a/stats/compute.sh +++ b/stats/compute.sh @@ -32,7 +32,7 @@ popd > /dev/null || exit echo "* Cleaning" deactivate -rm -rf ./venv/ ./localization/ ./results.csv ./error.log +rm -rf ./venv/ ./localization/ ./results.csv ./error.log ~/.translate_toolkit popd > /dev/null || exit