summaryrefslogtreecommitdiff
path: root/rdiff-backup/FAQ-body.html
diff options
context:
space:
mode:
authorben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-11-22 08:06:45 +0000
committerben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-11-22 08:06:45 +0000
commite4d46b43f475ddbc14f23933210a435e1255cf65 (patch)
tree725afe122518637b9b020817b845afc371542d71 /rdiff-backup/FAQ-body.html
parenta01ac62db2729d257f6682ffefe991dd0ad90083 (diff)
downloadrdiff-backup-e4d46b43f475ddbc14f23933210a435e1255cf65.tar.gz
Various changes
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@230 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup/FAQ-body.html')
-rw-r--r--rdiff-backup/FAQ-body.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/rdiff-backup/FAQ-body.html b/rdiff-backup/FAQ-body.html
index b493609..ee8f968 100644
--- a/rdiff-backup/FAQ-body.html
+++ b/rdiff-backup/FAQ-body.html
@@ -25,6 +25,9 @@ session statistics and directory statistics files?</a></li>
<li><a href="#bwlimit">Is there some way to limit rdiff-backup's
bandwidth usage, as in rsync's --bwlimit option?</a></li>
+<li><a href="#leak">How much memory should rdiff-backup use? Is there a
+memory leak?</a></li>
+
</ol>
<h3>Questions and Answers</h3>
@@ -375,7 +378,21 @@ rdiff-backup to exceed it for significant periods.</li>
Another option is to limit bandwidth at a lower (and perhaps more
appropriate) level. Adam Lazur mentions <a
href="http://lartc.org/wondershaper/">The Wonder Shaper</a>.
+</li>
+
+<a name="leak">
+<li><strong>How much memory should rdiff-backup use? Is there a
+memory leak?</strong>
+
+<p>The amount of memory rdiff-backup uses should not depend much on
+the size of directories being processed. Keeping track of hard links
+may use up memory, so if you have, say, hundreds of thousands of files
+hard linked together, rdiff-backup may need tens of MB.
+<p>If rdiff-backup seems to be leaking memory, it is probably because
+it is using an early version of librsync. <strong>librsync 0.9.5
+leaks lots of memory.</strong> Version 0.9.5.1 should not leak and is
+available from the rdiff-backup homepage.
</li>
</ol>