Skip to content

Commit 486d2da

Browse files
authored
Set memory limits for U14 jobs (#68)
1 parent 2d412ac commit 486d2da

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/OCV-Contrib-PR-3.4-U14.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
shell: bash
3232
container:
3333
image: quay.io/opencv-ci/opencv-ubuntu-14.04:20220901
34+
options: -m 8G
3435
volumes:
3536
- /home/opencv-cn/git_cache:/home/ci/git_cache
3637
- /home/opencv-cn/ci_cache/opencv_contrib:/home/ci/.ccache

.github/workflows/OCV-PR-3.4-U14.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
shell: bash
3131
container:
3232
image: quay.io/opencv-ci/opencv-ubuntu-14.04:20220901
33+
options: -m 8G
3334
volumes:
3435
- /home/opencv-cn/git_cache:/home/ci/git_cache
3536
- /home/opencv-cn/ci_cache/opencv:/home/ci/.ccache

0 commit comments

Comments
 (0)