Commit 0f35078
committed
chore: raise ee-test JVM heap to 8G to avoid OOM under Spring Boot 4
The ee-test suite runs all tests in one JVM and caches up to 32 Spring test contexts
(spring.test.context.cache default). Spring Boot 4 contexts are heavier, so 32 cached
contexts intermittently exhaust the 4G test heap, throwing OutOfMemoryError during a
later context load (surfaces as flaky QaCheck* / ee-test failures). The GitHub runner has
~16G, so raising the forked test JVM heap to 8G gives the context cache room without
risking OS memory pressure (only this JVM plus the gradle process and Postgres/Redis run).1 parent 2286077 commit 0f35078
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments