We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96b0c8f commit d8ecb82Copy full SHA for d8ecb82
1 file changed
docs/usage.md
@@ -25,8 +25,8 @@ use them.
25
Performance is heavily influenced by other options, but there are some options
26
that only impact performance.
27
28
-* ``--cache`` specifies how much memory to allocate for caching information. In
29
- ``--slim`` mode, this is just node positions while in non-slim it has to
+* ``--cache`` specifies how much memory in MB to allocate for caching information.
+ In ``--slim`` mode, this is just node positions while in non-slim it has to
30
store information about ways and relations too. The rule of thumb in slim mode
31
is as follows: use the size of the PBF file you are trying to import or about
32
75% of RAM, whatever is smaller. Make sure there is enough RAM left for
0 commit comments