aboutsummaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2020-08-17 11:54:06 +0200
committerMarcoFalke <falke.marco@gmail.com>2020-08-17 11:53:31 +0200
commitfa0538e94db26dd84e02aac1cf174b79729dae72 (patch)
tree169ae886dcaac078cb9f624c34afd34347fcbf78 /.cirrus.yml
parentfa41810d0e87f9f9a2e39be238b9598be02646d0 (diff)
downloadbitcoin-fa0538e94db26dd84e02aac1cf174b79729dae72.tar.xz
ci: Set cirrus RAM to 8GB
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 9c590b4306..33bf43d4b1 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -5,7 +5,7 @@ container:
# https://cirrus-ci.org/faq/#are-there-any-limits
# Each project has 16 CPU in total, assign 2 to each container, so that 8 tasks run in parallel
cpu: 2
- memory: 6G # https://cirrus-ci.org/guide/linux/#linux-containers
+ memory: 8G # Set to 8GB to avoid OOM. https://cirrus-ci.org/guide/linux/#linux-containers
env:
PACKAGE_MANAGER_INSTALL : "apt-get update && apt-get install -y"
MAKEJOBS: "-j4"