summaryrefslogtreecommitdiffstats
path: root/docs/usage/notes.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/usage/notes.rst')
-rw-r--r--docs/usage/notes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/usage/notes.rst b/docs/usage/notes.rst
index 8805f2765..e2d8a4953 100644
--- a/docs/usage/notes.rst
+++ b/docs/usage/notes.rst
@@ -14,7 +14,7 @@ resource usage (RAM and disk space) as the amount of resources needed is
(also) determined by the total amount of chunks in the repository (see
:ref:`cache-memory-usage` for details).
-``--chunker-params=buzhash,10,23,16,4095`` results in a fine-grained deduplication|
+``--chunker-params=buzhash,10,23,16,4095`` results in a fine-grained deduplication
and creates a big amount of chunks and thus uses a lot of resources to manage
them. This is good for relatively small data volumes and if the machine has a
good amount of free RAM and disk space.