1
0
mirror of https://github.com/mxpv/podsync.git synced 2024-05-11 05:55:04 +00:00

Add updater mem limit

This commit is contained in:
Maksym Pavlenko
2019-05-19 15:22:05 -07:00
parent 93119373ba
commit 1b06c7da60

View File

@ -53,7 +53,8 @@ services:
updater:
image: mxpv/updater:latest
container_name: updater
command: --workers 256
command: --workers 128
restart: always
ports:
- 8080
mem_limit: 5Gb