Commit 96e12cf
authored
Increase swap size up to 8GB in GitHub runners (#2642)
There are out-of-memory issues observing when running dpnp tests in
parallel with `pytest-xdist` and `-n auto`.
The default swap size was set to 4 GB for Linux runners and it seems not
enough to have the parallel tests run, which caused:
> node down: Not properly terminated
The PR proposes to increase the swap size for Linux runners up to 8 GB.
That makes the tests run more stable.1 parent 9f9b906 commit 96e12cf
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
142 | 147 | | |
143 | 148 | | |
144 | 149 | | |
| |||
0 commit comments