diff --git a/resources/recipes/prepare_system.rb b/resources/recipes/prepare_system.rb index 4112c828..0f97e046 100644 --- a/resources/recipes/prepare_system.rb +++ b/resources/recipes/prepare_system.rb @@ -130,7 +130,7 @@ #getting total system memory less 10% reserved by system sysmem_total = (node["memory"]["total"].to_i * 0.90).to_i #node attributes related with memory are changed inside the function to have simplicity using recursivity -memory_services(sysmem_total, node.default['redborder']['excluded_memory_services']) +memory_services(sysmem_total) #License