“make -j 4” is wrong,why? #19295
-
|
when i enter this command"make -j 4" ,there is a wrong pop up. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
In the future, please do not create or comment on multiple issues pertaining to the same problem for an initial report. Transferring to discussion as an issue is not appropriate. |
Beta Was this translation helpful? Give feedback.
-
|
I see that you are running this on a virtual machine. What kind of resources do you have allocated to it (number of processors, total memory, total disk storage)? The issue here is likely that the compiler is failing because your VM is running out of resources. |
Beta Was this translation helpful? Give feedback.

I see that you are running this on a virtual machine. What kind of resources do you have allocated to it (number of processors, total memory, total disk storage)?
The issue here is likely that the compiler is failing because your VM is running out of resources.