From 53b2988fc2095e438c4fa0d6c2e84c01ae43ca17 Mon Sep 17 00:00:00 2001 From: Arif Ali Date: Mon, 25 Jan 2021 13:49:59 +0000 Subject: [PATCH] Ensure that the juju controller has 2 cores When having large models the load on the vms can go high. Having them with 2 cores helps with the loads reducing significantly. --- configs/default.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/default.config b/configs/default.config index 09e4775..1e23760 100644 --- a/configs/default.config +++ b/configs/default.config @@ -19,7 +19,7 @@ enable_secureboot="false" # Juju node count and definition juju_count=1 -juju_cpus=1 +juju_cpus=2 juju_ram=4096 juju_disk=20