Skip to content

Commit a4a6b72

Browse files
committed
Relax memory constraint on CI native stress test to 140M
`time -v` on my machine reports ~137M of total heap usage, with a maximum GC heap size of 128M. I think this is enough, as we are not yet looking at optimizing Gears for memory. Nevertheless it is good to keep an eye on it.
1 parent 9b0f350 commit a4a6b72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ jobs:
5656
- name: Test
5757
run: sbt rootNative/test
5858
- name: Stress Test with Lower Memory
59-
run: env GC_MAXIMUM_HEAP_SIZE=128M sbt 'rootNative/testOnly StressTest'
59+
run: env GC_MAXIMUM_HEAP_SIZE=140M sbt 'rootNative/testOnly StressTest'

0 commit comments

Comments
 (0)