projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
d10be35
)
imagery: increase gdal memory allowance
author
Grant Slater
<git@firefishy.com>
Mon, 10 Sep 2018 23:05:51 +0000
(
00:05
+0100)
committer
Grant Slater
<git@firefishy.com>
Mon, 10 Sep 2018 23:05:51 +0000
(
00:05
+0100)
cookbooks/imagery/resources/site.rb
patch
|
blob
|
history
diff --git
a/cookbooks/imagery/resources/site.rb
b/cookbooks/imagery/resources/site.rb
index 19d18e5a4500ae1e434d7fed427c169e69728ef3..daa517af7d23ac2fb4818fae7f44df2b738fb7a6 100644
(file)
--- a/
cookbooks/imagery/resources/site.rb
+++ b/
cookbooks/imagery/resources/site.rb
@@
-103,7
+103,7
@@
action :create do
environment "MS_MAP_PATTERN" => "^/srv/imagery/mapserver/",
"MS_DEBUGLEVEL" => "0",
"MS_ERRORFILE" => "stderr",
environment "MS_MAP_PATTERN" => "^/srv/imagery/mapserver/",
"MS_DEBUGLEVEL" => "0",
"MS_ERRORFILE" => "stderr",
- "GDAL_CACHEMAX" => "
128
"
+ "GDAL_CACHEMAX" => "
512
"
limit_nofile 16384
memory_max "2G"
user "imagery"
limit_nofile 16384
memory_max "2G"
user "imagery"