From 31979fed144026d4f6dc4670ef49376262fb6611 Mon Sep 17 00:00:00 2001 From: Darafei Praliaskouski Date: Thu, 3 Jan 2019 23:55:53 +0300 Subject: [PATCH] Update options.cpp --- options.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/options.cpp b/options.cpp index 41eefd2c6..5383f4e52 100644 --- a/options.cpp +++ b/options.cpp @@ -230,9 +230,9 @@ namespace printf(" %s -c -d gis --slim -C -k \\\n", name); printf(" --flat-nodes planet-latest.osm.pbf\n"); printf("where\n"); - printf(" is 20000 on machines with 24GB or more RAM \n"); + printf(" is 50000 on machines with 64GB or more RAM \n"); printf(" or about 75%% of memory in MB on machines with less\n"); - printf(" is a location where a 19GB file can be saved.\n"); + printf(" is a location where a 50+GB file can be saved.\n"); printf("\n"); printf("A typical command to update a database imported with the above command is\n"); printf(" osmosis --rri workingDirectory= --simc --wxc - \\\n");