Skip to content

Commit

Permalink
fixed the planetiler config having too low ammount of Xmx configured
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm authored May 11, 2024
1 parent b86ab3e commit 7ca1041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion map/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ From the root of the repository, run either (depending on your waiting tolerance
- <details><summary>[~24 hours] <b>Planet</b> with lower amounts of RAM (slower)</summary>

```bash
docker run -it -e JAVA_TOOL_OPTIONS="-Xmx20g" -v "$(pwd)/map":/data ghcr.io/onthegomap/planetiler:latest --download --download-threads=10 --download-chunk-size-mb=1000 --fetch-wikidata --languages=de,en --area=planet --bounds=world --Xmx20g --nodemap-type=array --storage=mmap
docker run -it -e JAVA_TOOL_OPTIONS="-Xmx25g" -v "$(pwd)/map":/data ghcr.io/onthegomap/planetiler:latest --download --download-threads=10 --download-chunk-size-mb=1000 --fetch-wikidata --languages=de,en --area=planet --bounds=world --Xmx25g --nodemap-type=array --storage=mmap
```

</details>
Expand Down

0 comments on commit 7ca1041

Please sign in to comment.