Skip to content

Commit

Permalink
Quotes help - oops
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrowning committed Apr 17, 2018
1 parent 43702ec commit 5deb4a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion persistent-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ parameters:
required: true
- name: CONTROLLER_INVOKER_BUSYTHRESHOLD
description: Value that controllers when the Controller(s) considers the Invoker(s) to be full. This should be less than or equal to INVOKER_MAX_CONTAINERS. Making them equal will give the highest function density but setting it a bit less than INVOKER_MAX_CONTAINERS can improve overall system throughput and reduce Invoker function container thrashing.
value: 8
value: "8"
required: true
- name: AKKA_CLUSTER_SEED_NODES
description: Hostnames of akka seed nodes
Expand Down
2 changes: 1 addition & 1 deletion template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ parameters:
required: true
- name: CONTROLLER_INVOKER_BUSYTHRESHOLD
description: Value that controllers when the Controller(s) considers the Invoker(s) to be full. This should be less than or equal to INVOKER_MAX_CONTAINERS. Making them equal will give the highest function density but setting it a bit less than INVOKER_MAX_CONTAINERS can improve overall system throughput and reduce Invoker function container thrashing.
value: 8
value: "8"
required: true
- name: AKKA_CLUSTER_SEED_NODES
description: Hostnames of akka seed nodes
Expand Down

0 comments on commit 5deb4a2

Please sign in to comment.