projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7fbb24
)
Fix rubocop warning
author
Tom Hughes
<tom@compton.nu>
Sat, 16 Feb 2019 12:54:21 +0000
(12:54 +0000)
committer
Tom Hughes
<tom@compton.nu>
Sat, 16 Feb 2019 12:54:21 +0000
(12:54 +0000)
roles/base.rb
patch
|
blob
|
history
diff --git
a/roles/base.rb
b/roles/base.rb
index ca5956a7fe1e05cf9671b93c5064d2c328439a3c..3fab5ba8b5ea0fbebbf44f3e6d516204db7cbb53 100644
(file)
--- a/
roles/base.rb
+++ b/
roles/base.rb
@@
-46,7
+46,7
@@
default_attributes(
"net.core.wmem_max" => "16777216",
"net.ipv4.tcp_rmem" => "4096\t87380\t16777216",
"net.ipv4.tcp_wmem" => "4096\t65536\t16777216",
- "net.ipv4.udp_mem"
=> "3145728\t4194304\t16777216"
+ "net.ipv4.udp_mem" => "3145728\t4194304\t16777216"
}
},
:network_backlog => {