mirror of
https://github.com/offen/docker-volume-backup.git
synced 2024-11-10 00:30:29 +01:00
add note about potentially having to raise memory limit when backing up large files
This commit is contained in:
parent
510ae889e4
commit
8e90ce408a
@ -117,7 +117,7 @@ By default, Docker Swarm will restart stopped containers automatically, even whe
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
When running in Swarm mode, it's also advised to set a hard memory limit on your service (~25MB should be enough in that case):
|
When running in Swarm mode, it's also advised to set a hard memory limit on your service (~25MB should be enough in most cases, but if you backup large files above half a gigabyte or similar, you might have to raise this in case the backup exits with `Killed`):
|
||||||
|
|
||||||
```yml
|
```yml
|
||||||
services:
|
services:
|
||||||
|
Loading…
Reference in New Issue
Block a user