From 71cbcec8f3d4ea4b7cf90308795ffd8bf0a506e5 Mon Sep 17 00:00:00 2001 From: Matthew Zipkin Date: Tue, 10 Sep 2024 13:37:10 -0400 Subject: [PATCH] test: drastically reduce memory in "all versions" test (#558) --- test/data/bitcoin_conf/node-defaults.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/test/data/bitcoin_conf/node-defaults.yaml b/test/data/bitcoin_conf/node-defaults.yaml index 7e021cad1..a7ca1a373 100644 --- a/test/data/bitcoin_conf/node-defaults.yaml +++ b/test/data/bitcoin_conf/node-defaults.yaml @@ -2,3 +2,11 @@ image: repository: bitcoindevproject/bitcoin pullPolicy: IfNotPresent tag: "27.0" + +resources: + limits: + cpu: 4000m + memory: 500Mi + requests: + cpu: 100m + memory: 200Mi \ No newline at end of file