Skip to content

Commit

Permalink
Update prepare_system.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
malvads authored May 8, 2024
1 parent 47c06c8 commit 86466b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/recipes/prepare_system.rb
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,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)

0 comments on commit 86466b0

Please sign in to comment.