added vm.overcommit_memory

This commit is contained in:
dado
2025-05-17 16:14:25 +02:00
parent 4b2a12d53c
commit ce426a62b3

View File

@ -2,6 +2,10 @@
# https://github.com/nextcloud/all-in-one/blob/main/reverse-proxy.md#adapting-the-sample-web-server-configurations-below # https://github.com/nextcloud/all-in-one/blob/main/reverse-proxy.md#adapting-the-sample-web-server-configurations-below
# https://raju.dev/nextcloud-aio-install-with-docker-compose-and-reverse-proxy/ # https://raju.dev/nextcloud-aio-install-with-docker-compose-and-reverse-proxy/
# REDIS
# sysctl vm.overcommit_memory=1
# echo vm.overcommit_memory=1 > /etc/sysctl.d/memory-overcommit.conf
services: services:
nextcloud-aio-mastercontainer: nextcloud-aio-mastercontainer:
image: nextcloud/all-in-one:latest image: nextcloud/all-in-one:latest