Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/update.sh b/update.sh
index 4c5e0cf6..50141083 100755
--- a/update.sh
+++ b/update.sh
@@ -230,6 +230,7 @@ EOF
mkdir -p /usr/local/etc/noip2
# redis
+ sysctl vm.overcommit_memory=1
grep -q APCu /var/www/nextcloud/config/config.php && {
echo "installing redis..."
apt-get update