Skip to content

Commit 45ec5dc

Browse files
authored
Merge pull request #893 from Komzpa/patch-2
Update options.cpp
2 parents 1caa0a8 + 31979fe commit 45ec5dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

options.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,9 +230,9 @@ namespace
230230
printf(" %s -c -d gis --slim -C <cache size> -k \\\n", name);
231231
printf(" --flat-nodes <flat nodes> planet-latest.osm.pbf\n");
232232
printf("where\n");
233-
printf(" <cache size> is 20000 on machines with 24GB or more RAM \n");
233+
printf(" <cache size> is 50000 on machines with 64GB or more RAM \n");
234234
printf(" or about 75%% of memory in MB on machines with less\n");
235-
printf(" <flat nodes> is a location where a 19GB file can be saved.\n");
235+
printf(" <flat nodes> is a location where a 50+GB file can be saved.\n");
236236
printf("\n");
237237
printf("A typical command to update a database imported with the above command is\n");
238238
printf(" osmosis --rri workingDirectory=<osmosis dir> --simc --wxc - \\\n");

0 commit comments

Comments
 (0)