Backup Fails Due To OOM - Restic Limit Is 20GB #3765
Unanswered
dcplaya
asked this question in
Community support Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to create a backup of a large pod volume (many many small files) and I am unable to get a successful backup using Restic.
The initial issue was that the backup would always partially fail on any pod with a few gigs worth of data (less than 20GB). I kept seeing that the backup was
killed
in the restic logs (I dont have the error handy, I will update the post when I get it again). I then checked thedmesg
of the node the restic process was running on and saw the following errorSo, I increased the memory limits for restic from the default 1GB to 3GB and ran it again. This time, the backup got through most pods but still failed on the biggest one for the same reasons.
So I increased it again, to 10GB.....same issue
So I increased it again....to 20GB.....same issue!!
I used to be able to backup all my pods with the default values, I unfortunately cannot tell you if it was a specific update to Velero or not that started it all.
I am running the Velero helm chart verison
2.19.2
.Beta Was this translation helpful? Give feedback.
All reactions