Skip to content

Commit

Permalink
Fix recommended CPL_VSIL_CURL_CACHE_SIZE (#586)
Browse files Browse the repository at this point in the history
Value was equivalent to 20MB instead of desired 200MB
  • Loading branch information
neilsh authored Feb 13, 2023
1 parent 006bf92 commit 5c202f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/advanced/performance_tuning.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Recommended: **200** (200Mb)

A global least-recently-used cache shared among all downloaded content and may be reused after a file handle has been closed and reopen

Recommended: **20000000** (200Mb)
Recommended: **200000000** (200Mb)

#### `VSI_CACHE`

Expand Down Expand Up @@ -172,7 +172,7 @@ The `PROJ_LIB` variable tells rasterio/GDAL where the PROJ C libraries have been

200 Mb Cache.

- `CPL_VSIL_CURL_CACHE_SIZE="20000000`
- `CPL_VSIL_CURL_CACHE_SIZE="200000000`

200 Mb VSI Cache.

Expand Down

0 comments on commit 5c202f2

Please sign in to comment.