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:
authornachoparker <nacho@ownyourbits.com>2017-11-09 21:21:24 +0300
committernachoparker <nacho@ownyourbits.com>2017-11-10 11:15:38 +0300
commit9657f7f25c4427188f59bb60548d741f4f1b503b (patch)
tree1cee2c5a913bafe280a1dbbbe88fef877b27547e
parentf557c8d8b643aef38228a84e23489f2e17a94b4e (diff)
redis: change overcommit memory on updatev0.34.3
-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