From 186b55731feca1948e06953e5a10555d94abea31 Mon Sep 17 00:00:00 2001 From: Satoru Nishio <31245655+nokonoko1203@users.noreply.github.com> Date: Tue, 28 Jan 2025 22:21:45 +0900 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2641ecc..e76458a 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ point_tiler --input app/examples/data/sample.las \ --output-epsg 4979 \ --min 15 \ --max 18 \ - --max-memory-mb 8193 \ + --max-memory-mb 8192 \ --quantize \ --gzip-compress ```