Skip to content

Commit

Permalink
Relax memory constraint on CI native stress test to 140M
Browse files Browse the repository at this point in the history
`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.
  • Loading branch information
natsukagami committed May 15, 2024
1 parent 9b0f350 commit a4a6b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ jobs:
- name: Test
run: sbt rootNative/test
- name: Stress Test with Lower Memory
run: env GC_MAXIMUM_HEAP_SIZE=128M sbt 'rootNative/testOnly StressTest'
run: env GC_MAXIMUM_HEAP_SIZE=140M sbt 'rootNative/testOnly StressTest'

0 comments on commit a4a6b72

Please sign in to comment.