Skip to content

Commit

Permalink
Update prepare_system.rb
Browse files Browse the repository at this point in the history
Rename to excluded_memory_services
  • Loading branch information
malvads authored May 7, 2024
1 parent 546e802 commit 7dcba48
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['redborder']['excluded_memservices'])
memory_services(sysmem_total, node['redborder']['excluded_memory_services'])

#License

Expand Down

0 comments on commit 7dcba48

Please sign in to comment.