Skip to content

Commit

Permalink
Fix cgroup of rb-aioutliers
Browse files Browse the repository at this point in the history
  • Loading branch information
malvads committed Jan 30, 2024
1 parent fc19dda commit f6ea1b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
default["redborder"]["memory_services"]["redborder-nmsp"] = {"count" => 10, "memory" => 0 }
default["redborder"]["memory_services"]["n2klocd"] = {"count" => 10, "memory" => 0 }
default["redborder"]["memory_services"]["redborder-cep"] = {"count" => 10, "memory" => 0 }
default["redborderƒ"]["memory_services"]["rb-aioutliers"] = {"count" => 5, "memory" => 0 }
default["redborder"]["memory_services"]["rb-aioutliers"] = {"count" => 10, "memory" => 0 }

# default attributes for managers_info, it would be rewriten with the cluster config
default["redborder"]["cluster_info"] = {}
Expand Down

0 comments on commit f6ea1b5

Please sign in to comment.