Skip to content
Snippets Groups Projects
Unverified Commit bdd36c2d authored by Viktor's avatar Viktor Committed by GitHub
Browse files

Update default exoscale master with more RAM (#7328)

The default master size for exoscale is 2cpu and 2GB ram.
I have found this to be too low, so this increases it to
2cpu and 4GB ram.
parent 0a0156c9
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ ssh_public_keys = [
machines = {
"master-0" : {
"node_type" : "master",
"size" : "Small",
"size" : "Medium",
"boot_disk" : {
"image_name" : "Linux Ubuntu 20.04 LTS 64-bit",
"root_partition_size" : 50,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment