I use restic as a kubernete pod, and limit the pod’s memory a specific value. Thus, when the pod’s memory is not enough, i hope the restic process should still alive.
In fact, can we add a config, may called –limit-memory, like –limit-download and –limit-upload to limit the memory when we use restic backup or restore.