Skip to content

Commit 868507c

Browse files
authored
Reduce memory usage to stave off OOM killer
1 parent c1a4fbc commit 868507c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ jobs:
285285
runs-on: ubuntu-latest
286286
needs: build_julia_assert_linux
287287
env:
288-
JULIA_TEST_MAXRSS_MB: "3800"
288+
JULIA_TEST_MAXRSS_MB: "1000"
289289
steps:
290290
- name: Download a single artifact
291291
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)