Commit 7b7c955
committed
ci: raise ASan test JVM heap to 1024m to fix flaky nightly OOMs
Nightly asan runs repeatedly OOM with "Java heap space" at the
forkEvery(25) restart boundary. -Xmx512m was sized purely to avoid
colliding with ASan's shadow-memory region, but ~1.9GB of address
space actually separates the pinned heap base from that region.1 parent 684769c commit 7b7c955
2 files changed
Lines changed: 6 additions & 2 deletions
File tree
- build-logic/conventions/src/main/kotlin/com/datadoghq
- native/config
- profiler
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
225 | 229 | | |
226 | 230 | | |
227 | | - | |
| 231 | + | |
228 | 232 | | |
229 | 233 | | |
230 | 234 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
321 | 321 | | |
322 | 322 | | |
323 | 323 | | |
324 | | - | |
| 324 | + | |
325 | 325 | | |
326 | 326 | | |
327 | 327 | | |
| |||
0 commit comments