Skip to content

What is the lower amount of RAM rustic can be used with? #1345

Answered by aawsome
parasiteoflife asked this question in Q&A
Discussion options

You must be logged in to vote

@parasiteoflife While rustic is optimized to use as few memory as possible (and should have an overall memory footprint way lower than restic), I must say that the repository format in general is not optimized for very-low-memory-environments like yours.

For many operations, the in-memory index is the main contributor to memory usage - this is largely memory-optimized in rustic, but it directly depends on the total repository size. So, if you have a large repository, you most likely will reach memory limits at some point...

For backup, rustic keeps approximately 4 pack files in memory before/while writing them, so reducing the pack size (e.g. using ing rustic config --set-datapack-size-limit

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@parasiteoflife
Comment options

Comment options

You must be logged in to vote
2 replies
@parasiteoflife
Comment options

@aawsome
Comment options

Answer selected by aawsome
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
C-question Category: Further information is requested
3 participants