Skip to content

Commit 71cbcec

Browse files
authored
test: drastically reduce memory in "all versions" test (#558)
1 parent 7157a78 commit 71cbcec

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

test/data/bitcoin_conf/node-defaults.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,11 @@ image:
22
repository: bitcoindevproject/bitcoin
33
pullPolicy: IfNotPresent
44
tag: "27.0"
5+
6+
resources:
7+
limits:
8+
cpu: 4000m
9+
memory: 500Mi
10+
requests:
11+
cpu: 100m
12+
memory: 200Mi

0 commit comments

Comments
 (0)