Skip to content

Commit fa0538e

Browse files
author
MarcoFalke
committed
ci: Set cirrus RAM to 8GB
1 parent fa41810 commit fa0538e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ container:
55
# https://cirrus-ci.org/faq/#are-there-any-limits
66
# Each project has 16 CPU in total, assign 2 to each container, so that 8 tasks run in parallel
77
cpu: 2
8-
memory: 6G # https://cirrus-ci.org/guide/linux/#linux-containers
8+
memory: 8G # Set to 8GB to avoid OOM. https://cirrus-ci.org/guide/linux/#linux-containers
99
env:
1010
PACKAGE_MANAGER_INSTALL : "apt-get update && apt-get install -y"
1111
MAKEJOBS: "-j4"

0 commit comments

Comments
 (0)