From 0fcdb97f5dd9b6fff125df926bdb5c11e75b9f33 Mon Sep 17 00:00:00 2001 From: Thomas Kluyver Date: Sat, 15 Jul 2017 15:03:46 +0200 Subject: [PATCH] Fix cross reference --- docs/usage/notes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/notes.rst b/docs/usage/notes.rst index b2a818d26..85648382e 100644 --- a/docs/usage/notes.rst +++ b/docs/usage/notes.rst @@ -12,7 +12,7 @@ The chunker params influence how input files are cut into pieces (chunks) which are then considered for deduplication. They also have a big impact on 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 -`Indexes / Caches memory usage` for details). +:ref:`cache-memory-usage` for details). ``--chunker-params=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