Skip to content

Commit

Permalink
Disable GDAL options set for read optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
jterry64 authored and echeipesh committed Jan 24, 2022
1 parent 85d537f commit c3c2960
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ geotrellis.jts = {
}

geotrellis.raster.gdal.options {
GDAL_NUM_THREADS = "ALL_CPUS"
GDAL_DISABLE_READDIR_ON_OPEN = "YES"
GDAL_MAX_DATASET_POOL_SIZE = "512"
# GDAL_NUM_THREADS = "ALL_CPUS"
# GDAL_DISABLE_READDIR_ON_OPEN = "YES"
# GDAL_MAX_DATASET_POOL_SIZE = "512"
# GDAL_CACHEMAX = "1000"
# CPL_VSIL_GZIP_WRITE_PROPERTIES = "NO"
# CPL_VSIL_CURL_CHUNK_SIZE = "64000"
Expand Down

0 comments on commit c3c2960

Please sign in to comment.