From 8e90ce408a96dcd6d4e8e7780ca54ac2c09df66f Mon Sep 17 00:00:00 2001 From: Frederik Ring Date: Wed, 18 Aug 2021 20:38:51 +0200 Subject: [PATCH] add note about potentially having to raise memory limit when backing up large files --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 260bc97..e17ca0a 100644 --- a/README.md +++ b/README.md @@ -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 services: