bump instance size to n1-highmem-2 to fix memory issues
I saw a lot of swapping and RPC errors from nodes. Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
44666e7a7c
commit
17fe4a04fc
2
hosts.tf
2
hosts.tf
|
@ -3,7 +3,7 @@ module "main" {
|
||||||
name = "master"
|
name = "master"
|
||||||
env = "faucet"
|
env = "faucet"
|
||||||
group = "faucet-master"
|
group = "faucet-master"
|
||||||
type = "n1-standard-2"
|
type = "n1-highmem-2"
|
||||||
host_count = 1
|
host_count = 1
|
||||||
root_vol_size = 30
|
root_vol_size = 30
|
||||||
data_vol_size = 50
|
data_vol_size = 50
|
||||||
|
|
Loading…
Reference in New Issue