Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

excluding chef-client #21

Merged
Prev Previous commit
Next Next commit
Dont pass excluded mem services here
  • Loading branch information
malvads authored May 8, 2024
commit 1acecd7586aa36a979a0fdbb61f8c0d9aedb97ba
2 changes: 1 addition & 1 deletion resources/recipes/prepare_system.rb
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@
#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['redborder']['excluded_memory_services'])
memory_services(sysmem_total)
Loading