From d69358611589ecd2ee43f7e3aa6138b9c0883449 Mon Sep 17 00:00:00 2001 From: Eric Theise Date: Thu, 25 Jan 2018 13:57:11 -0800 Subject: [PATCH] Update tutorial.rst Just adding a left-out letter. --- docs/tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial.rst b/docs/tutorial.rst index 81531de..d34b1c7 100644 --- a/docs/tutorial.rst +++ b/docs/tutorial.rst @@ -66,7 +66,7 @@ Cache files Imposm stores the cache files in `/tmp/imposm3`. You can change that path with ``-cachedir``. Imposm can merge multiple OSM files into the same cache (e.g. when combining multiple extracts) with the ``-appendcache`` option or it can overwrite existing caches with ``-overwritecache``. Imposm will fail to ``-read`` if it finds existing cache files and if you don't specify either ``-appendcache`` or ``-overwritecache``. -Make sure that you have enough disk space for storing these cache files. The underlying LeveDB library will crash if it runs out of free space. 2-3 times the size of the PBF file is a good estimate for the cache size, even with -diff mode. +Make sure that you have enough disk space for storing these cache files. The underlying LevelDB library will crash if it runs out of free space. 2-3 times the size of the PBF file is a good estimate for the cache size, even with -diff mode. Writing -------