From 740ab1b5486840adaee09ed9bb5fd84d894ffc0e Mon Sep 17 00:00:00 2001 From: Mike C Date: Sun, 25 Feb 2018 23:24:13 -0500 Subject: [PATCH] Tweak readme examples --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cde9868..9066a3f 100644 --- a/README.md +++ b/README.md @@ -53,15 +53,15 @@ optional arguments: ### Examples ``` -./process_maps.py --max-heap-space 48g \ +./process_maps.py --max-heap-space 24g \ --output-map-name central_america \ --cached-maps-dir ~/osmmapdata/cache/central_america/20180225-1429 -./process_maps.py --use-ram --max-heap-space 48g \ +./process_maps.py --max-heap-space 24g \ --output-map-name midwest \ --cached-maps-dir ~/osmmapdata/cache/midwest/20180225-1429 -./process_maps.py --use-ram --max-heap-space 48g \ +./process_maps.py --max-heap-space 24g \ --output-map-name south_america \ --cached-maps-dir ~/osmmapdata/cache/south_america/20180225-1429 ```