fix: increase memory limit to 2G for arr-stack services
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 12s
Nix Format Check / check-format (push) Failing after 1m7s
Python Lint Check / check-python (push) Failing after 5s

This commit is contained in:
2025-08-31 01:43:00 +02:00
parent 216d215663
commit ad8cb0702d

View File

@@ -20,7 +20,7 @@ services:
deploy: deploy:
resources: resources:
limits: limits:
memory: 1G memory: 2G
sonarr: sonarr:
image: linuxserver/sonarr:latest image: linuxserver/sonarr:latest
@@ -42,7 +42,7 @@ services:
deploy: deploy:
resources: resources:
limits: limits:
memory: 1G memory: 2G
whisparr: whisparr:
image: ghcr.io/hotio/whisparr:latest image: ghcr.io/hotio/whisparr:latest
@@ -63,7 +63,7 @@ services:
deploy: deploy:
resources: resources:
limits: limits:
memory: 1G memory: 2G
prowlarr: prowlarr:
container_name: prowlarr container_name: prowlarr