Commit d3dfce1
authored
The `@Before` hook for heap sizing runs before installation is assigned,
leading to potential issues with automatic heap sizing.
This change sets the heap size to `1g` explicitly to avoid oom-killed errors during tests.
1 parent 87fc26e commit d3dfce1
File tree
1 file changed
+4
-0
lines changed- qa/packaging/src/test/java/org/elasticsearch/packaging/test
1 file changed
+4
-0
lines changedLines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
103 | 107 | | |
104 | 108 | | |
105 | 109 | | |
| |||
0 commit comments