Closed f-fr closed 2 years ago
By default the C++ files of the parser should not be compiled in parallel because this easily uses up all the available system memory. The number of files is not that large anyway, so in most cases it should not matter.
This actually happened to me several times.
Thanks!
By default the C++ files of the parser should not be compiled in parallel because this easily uses up all the available system memory. The number of files is not that large anyway, so in most cases it should not matter.
This actually happened to me several times.