From 5deb4a2fff52a616713f38b0dc6354b8b2af89dc Mon Sep 17 00:00:00 2001 From: Ben Browning Date: Tue, 17 Apr 2018 14:54:13 -0400 Subject: [PATCH] Quotes help - oops --- persistent-template.yml | 2 +- template.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/persistent-template.yml b/persistent-template.yml index a0d90c5..e39aeb8 100644 --- a/persistent-template.yml +++ b/persistent-template.yml @@ -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 diff --git a/template.yml b/template.yml index 8bc2a8f..7ec121a 100644 --- a/template.yml +++ b/template.yml @@ -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