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:
@ -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
|
||||
|
Reference in New Issue
Block a user