bump size of Goerli Geth node to t3a.large

It keeps hitting memory limits and failing to sync.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2021-02-12 22:58:42 +01:00
parent a5a950bb91
commit bb1e3ff3ba
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ geth_account_pass: '{{lookup("passwordstore", "service/Nimbus-Geth/password")}}'
geth_websocket_origins: '*'
# Memory settings
geth_cont_mem_ratio: 0.8
geth_cont_mem_ratio: 0.7
# Geth metrics
geth_source_cont_name: '{{ geth_cont_name }}'

View File

@ -34,7 +34,7 @@ module "nimbus_geth_goerli" {
domain = var.domain
/* Scaling */
instance_type = "t3a.medium"
instance_type = "t3a.large"
root_vol_size = 10
data_vol_size = 50
data_vol_type = "gp2"