Skip to content

Commit

Permalink
imagery: squeeze mapserver memory more
Browse files Browse the repository at this point in the history
  • Loading branch information
Firefishy committed Dec 11, 2024
1 parent 2166e45 commit 5629ca5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cookbooks/imagery/resources/site.rb
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@
description "Map server for #{new_resource.site} layer"
environment "MS_DEBUGLEVEL" => "0",
"MS_ERRORFILE" => "stderr",
"GDAL_CACHEMAX" => "512"
"GDAL_CACHEMAX" => "128"
limit_nofile 16384
memory_high "2G"
memory_high "4G"
memory_max "8G"
user "imagery"
group "imagery"
Expand Down

0 comments on commit 5629ca5

Please sign in to comment.