Skip to content

Commit 2779d1c

Browse files
committed
chore: use less RAM
- 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)
1 parent c4ea224 commit 2779d1c

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

e2e-testing/config.yaml

+1-8
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ chains:
2525
exposer: 38087
2626
grpc: 9090
2727
resources:
28-
cpu: 1
29-
memory: 4Gi
28+
memory: 3Gi
3029
- id: osmosislocal
3130
name: osmosis
3231
numValidators: 1
@@ -55,9 +54,6 @@ chains:
5554
rpc: 26655
5655
grpc: 9093
5756
faucet: 8084
58-
resources:
59-
cpu: 1
60-
memory: 1Gi
6157
- id: gaialocal
6258
name: cosmoshub
6359
numValidators: 1
@@ -79,9 +75,6 @@ chains:
7975
rpc: 26654
8076
grpc: 9092
8177
faucet: 8083
82-
resources:
83-
cpu: 1
84-
memory: 1Gi
8578

8679
relayers:
8780
- name: osmosis-gaia

0 commit comments

Comments
 (0)