We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa41810 commit fa0538eCopy full SHA for fa0538e
.cirrus.yml
@@ -5,7 +5,7 @@ container:
5
# https://cirrus-ci.org/faq/#are-there-any-limits
6
# Each project has 16 CPU in total, assign 2 to each container, so that 8 tasks run in parallel
7
cpu: 2
8
- 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
9
env:
10
PACKAGE_MANAGER_INSTALL : "apt-get update && apt-get install -y"
11
MAKEJOBS: "-j4"
0 commit comments