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