]> git.openstreetmap.org Git - chef.git/commitdiff
Fix shared memory limit on idris
authorTom Hughes <tom@compton.nu>
Sun, 22 Mar 2020 14:22:19 +0000 (14:22 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 22 Mar 2020 14:22:19 +0000 (14:22 +0000)
roles/idris.rb

index 5f730457259dedb3a7acd180bdcde58ce45078b1..abe3d606f4cbc38b362043d3ec7b3735241b05ef 100644 (file)
@@ -3,7 +3,7 @@ description "Master role applied to idris"
 
 default_attributes(
   :hardware => {
 
 default_attributes(
   :hardware => {
-    :shm_size => "10g"
+    :shm_size => "20g"
   },
   :networking => {
     :interfaces => {
   },
   :networking => {
     :interfaces => {