From 7b59dd7cf4048aa1511ad70b58a5f277d5b6e4d7 Mon Sep 17 00:00:00 2001 From: Michael Eischer Date: Wed, 19 Nov 2025 21:56:16 +0100 Subject: [PATCH] add changelog --- changelog/unreleased/pull-5610 | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changelog/unreleased/pull-5610 diff --git a/changelog/unreleased/pull-5610 b/changelog/unreleased/pull-5610 new file mode 100644 index 000000000..b6fd90821 --- /dev/null +++ b/changelog/unreleased/pull-5610 @@ -0,0 +1,7 @@ +Enhancement: reduce memory usage of check/copy/diff/stats commands + +We have optimized the memory usage of the `check`, `copy`, `diff` and +`stats` commands. These now require less memory when processing large +snapshots. + +https://github.com/restic/restic/pull/5610