|
|
|
|
|
by theamk
1524 days ago
|
|
Because once swap activates, build now takes hours instead of tens of minutes. So it would timeout anyway, but only after wasting lots of resources. And even if you increase the timeout a lot instead, your machine how has a bunch of things swapped out, so now your tests timeout, which is even worse. Yes, killing that part of the build did destroy the work of hours. It was still better to disable the swap than try to "ride it out". |
|
And it also totally depends on how much memory is missing.
I still prefer to have something taking 20 minutes longer instead of failing and fine-tuning the resources after it.