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.
This commit is contained in:
parent
e6d0cdd2f2
commit
53b2988fc2
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user