projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
1d211aa
)
Increase MinSpareThreads and MaxSpareThreads for nominatim
author
Tom Hughes
<tom@compton.nu>
Wed, 20 Dec 2017 08:49:04 +0000
(08:49 +0000)
committer
Tom Hughes
<tom@compton.nu>
Wed, 20 Dec 2017 08:49:04 +0000
(08:49 +0000)
roles/nominatim.rb
patch
|
blob
|
history
diff --git
a/roles/nominatim.rb
b/roles/nominatim.rb
index 74cc74ba7acff24c7fc0c81c421fa8e9a5a7e480..9564e11831d4a3e7ed6689ff490e00c1ae9afb3a 100644
(file)
--- a/
roles/nominatim.rb
+++ b/
roles/nominatim.rb
@@
-20,7
+20,9
@@
default_attributes(
:event => {
:server_limit => 32,
:max_request_workers => 1600,
:event => {
:server_limit => 32,
:max_request_workers => 1600,
- :threads_per_child => 50
+ :threads_per_child => 50,
+ :min_spare_threads => 125,
+ :max_spare_threads => 925
}
},
:apt => {
}
},
:apt => {