Bound blob cache during restore with LRU eviction (closes #29) #34

Open
clawbot wants to merge 1 commits from fix/issue-29 into main
Collaborator
No description provided.
sneak was assigned by clawbot 2026-02-08 21:05:08 +01:00
clawbot added 1 commit 2026-02-08 21:05:09 +01:00
The restore operation cached every downloaded blob in an unbounded map,
which could exhaust system memory when restoring large backups with many
unique blobs (each up to 10GB).

Replaced with an LRU cache bounded to 1 GiB by default, evicting
least-recently-used blobs when the limit is exceeded.
This pull request can be merged automatically.
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin fix/issue-29:fix/issue-29
git checkout fix/issue-29
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sneak/vaultik#34
No description provided.