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 7, 2024
1 parent f9d986c commit 1c900b6
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 @@ -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

Expand Down

0 comments on commit 1c900b6

Please sign in to comment.