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
Could vcpkg provide a command line option for limiting number of building processes?
I was building caffe2 on my PC with Intel Core i7 (4 cores, 8 threads) and 8 GB RAM. My PC went down at the linking stage. Before the down, the task manager showed the build consumed more than 4-GB RAM and the HDD IO LED kept lighting (it seems the physical RAM run out and the virtual memory was massively used).
If I could limit the number of building processes, e.g., to 4 processes, my PC would not run out of physical RAM and finally get a success build (although it would take a longer build time than the one with 8 processes and no out of RAM), isn't it?
The text was updated successfully, but these errors were encountered:
Could vcpkg provide a command line option for limiting number of building processes?
I was building caffe2 on my PC with Intel Core i7 (4 cores, 8 threads) and 8 GB RAM. My PC went down at the linking stage. Before the down, the task manager showed the build consumed more than 4-GB RAM and the HDD IO LED kept lighting (it seems the physical RAM run out and the virtual memory was massively used).
If I could limit the number of building processes, e.g., to 4 processes, my PC would not run out of physical RAM and finally get a success build (although it would take a longer build time than the one with 8 processes and no out of RAM), isn't it?
The text was updated successfully, but these errors were encountered: