Closed as not planned
Description
According to
/usr/bin/time -v
on my machine, compilation ofarray-sort-tq-csa.o
takes about 810 MB of memory.
Do you know if that's increased from before? It could very well be that this version of V8 has tipped the memory requirements for compilation such that the 2GiB is no longer enough and we need to add either more dedicated or swap to bring the Fedora hosts on par with the others (4GiB seems to be what other similar hosts are on, nodejs/node#36139 (comment)). Maybe open an issue over in nodejs/build?
Originally posted by @richardlau in nodejs/node#36139 (comment)