build icon indicating copy to clipboard operation
build copied to clipboard

Ensure a minimum of 4GB of RAM on CI hosts?

Open targos opened this issue 2 years ago • 4 comments
trafficstars

2GB is usually not enough to compile V8 and we have to restart CI jobs until they pass (thanks to ccache)

CleanShot 2023-11-04 at 17 18 55@2x

I'd like to upgrade the recent DO hosts that I created to 4GB instead of 2GB.

Another option could be to enable swap, but I suppose we prefer to avoid that if we can to avoid slowing down jobs?

Refs: https://github.com/nodejs/build/pull/3557

targos avatar Nov 04 '23 16:11 targos