Skip to content

Commit

Permalink
chore: use less RAM
Browse files Browse the repository at this point in the history
- use default CPU and RAM settings from @cosmology-tech/starship:
  - 0.5 CPU and 500M RAM
- use 3Gi RAM for agoric (we get OOM at 2Gi)
  • Loading branch information
0xpatrickdev committed Dec 1, 2024
1 parent c4ea224 commit 029bb89
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions e2e-testing/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ chains:
exposer: 38087
grpc: 9090
resources:
cpu: 1
memory: 4Gi
cpu: 0.5
memory: 3Gi
- id: osmosislocal
name: osmosis
numValidators: 1
Expand Down Expand Up @@ -55,9 +55,6 @@ chains:
rpc: 26655
grpc: 9093
faucet: 8084
resources:
cpu: 1
memory: 1Gi
- id: gaialocal
name: cosmoshub
numValidators: 1
Expand All @@ -79,9 +76,6 @@ chains:
rpc: 26654
grpc: 9092
faucet: 8083
resources:
cpu: 1
memory: 1Gi

relayers:
- name: osmosis-gaia
Expand Down

0 comments on commit 029bb89

Please sign in to comment.