Skip to content

Commit

Permalink
Update default exoscale master with more RAM (#7328)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
viktor-f authored Mar 1, 2021
1 parent 0a0156c commit bdd36c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/terraform/exoscale/default.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit bdd36c2

Please sign in to comment.