You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building gecko with more than one process (i.e. setting -j<n> in the spedfile where <n> is greater than 1) allows the speed of the build to be improved.
However, it also results in the build sporadically hanging. Not every time, but quite often. Enough to make it more convenient (for me at least) to build with just a single process.
When building with a single process the hanging doesn't seem to happen at all.
The frequency of hangs seems to also depend on the target architecture.
It would be great to establish the underlying reason for this and fix it.
The text was updated successfully, but these errors were encountered:
When building gecko with more than one process (i.e. setting
-j<n>
in the spedfile where<n>
is greater than 1) allows the speed of the build to be improved.However, it also results in the build sporadically hanging. Not every time, but quite often. Enough to make it more convenient (for me at least) to build with just a single process.
When building with a single process the hanging doesn't seem to happen at all.
The frequency of hangs seems to also depend on the target architecture.
It would be great to establish the underlying reason for this and fix it.
The text was updated successfully, but these errors were encountered: