Skip to content

Commit

Permalink
Increase cache size
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart committed Sep 17, 2021
1 parent 15439b8 commit 8d6ef73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,8 @@ def main(args: argparse.Namespace) -> None:


if __name__ == "__main__":
os.environ["GDAL_CACHEMAX"] = "50%"

parser = set_up_parser()
args = parser.parse_args()

Expand Down

0 comments on commit 8d6ef73

Please sign in to comment.