From 436afbff234ca1b9d3ae37ba5bb5b4ceff6e2ea1 Mon Sep 17 00:00:00 2001 From: Michael Eischer Date: Mon, 20 May 2024 15:46:22 +0200 Subject: [PATCH] add changelog for memory efficient prune --- changelog/unreleased/pull-4354 | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changelog/unreleased/pull-4354 diff --git a/changelog/unreleased/pull-4354 b/changelog/unreleased/pull-4354 new file mode 100644 index 000000000..dddbbc765 --- /dev/null +++ b/changelog/unreleased/pull-4354 @@ -0,0 +1,7 @@ +Enhancement: Significantly reduce prune memory usage + +Prune has been optimized to use up to 60% less memory. The memory usage should +now be roughly similar to creating a backup. + +https://github.com/restic/restic/pull/4354 +https://github.com/restic/restic/pull/4812