From 92fad06e6a845cf8ef2b41564cf6ba50d641daf4 Mon Sep 17 00:00:00 2001 From: sven Date: Mon, 2 Feb 2026 09:30:07 +0100 Subject: [PATCH] =?UTF-8?q?Memory-Limits=20erh=C3=B6ht?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- n8nv2/compose.yaml | 6 ++++-- nextcloud/compose.yaml | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/n8nv2/compose.yaml b/n8nv2/compose.yaml index 5f7593d..430060b 100755 --- a/n8nv2/compose.yaml +++ b/n8nv2/compose.yaml @@ -23,7 +23,7 @@ services: - NODES_EXCLUDE=[] - N8N_RESTRICT_FILE_ACCESS_TO=/home/node/.n8n-files;/mnt/upload - N8N_DIAGNOSTICS_ENABLED=false - - N8N_VERSION_NOTIFICATIONS_ENABLED=false + - N8N_VERSION_NOTIFICATIONS_ENABLED=true - N8N_RUNNERS_BROKER_LISTEN_ADDRESS=0.0.0.0 # Broker auf allen Interfaces - N8N_RUNNERS_AUTH_TOKEN=IBhwCI2zP791vfzY9yHWWRLDsou4h4KB - N8N_NATIVE_PYTHON_RUNNER=true @@ -51,6 +51,8 @@ services: - FETCH_HEADERS_TIMEOUT=36000000 - FETCH_BODY_TIMEOUT=360000000 - FETCH_CONNECT_TIMEOUT=6000000 + - N8N_LOG_LEVEL=info + - N8N_LOG_OUTPUT=console networks: - n8n-net # depends_on: @@ -60,7 +62,7 @@ services: deploy: resources: limits: - memory: 256M + memory: 512M environment: - POSTGRES_DB=n8n - POSTGRES_USER=n8n diff --git a/nextcloud/compose.yaml b/nextcloud/compose.yaml index 43af016..cc11041 100755 --- a/nextcloud/compose.yaml +++ b/nextcloud/compose.yaml @@ -45,7 +45,7 @@ services: deploy: resources: limits: - memory: 1G + memory: 2G cap_add: - MKNOD environment: