Constrain memory for qbittorrent and gitlab

This commit is contained in:
Joey Hafner 2022-11-04 23:51:10 -07:00
parent 37f322f7d9
commit 92bc5557e8
2 changed files with 5 additions and 1 deletions

View File

@ -11,6 +11,10 @@ services:
loki-retries: "1"
loki-timeout: "2s"
keep-file: "true"
deploy:
resources:
limits:
memory: 4G
restart: "no"
hostname: 'gitlab.jafner.net'
networks:

View File

@ -14,7 +14,7 @@ services:
deploy:
resources:
limits:
memory: 12G
memory: 6G
networks:
- web
restart: "no"