Skip to content

Commit

Permalink
update: silence overcommit memory
Browse files Browse the repository at this point in the history
  • Loading branch information
nachoparker committed Nov 25, 2017
1 parent 86ab526 commit aae2b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ EOF

# redis
REDIS_CONF=/etc/redis/redis.conf
sysctl vm.overcommit_memory=1
sysctl vm.overcommit_memory=1 &>/dev/null
grep -q APCu /var/www/nextcloud/config/config.php && {
echo "installing redis..."
apt-get update
Expand Down

0 comments on commit aae2b68

Please sign in to comment.