As a potential quick fix: You can reduce the memory usage by doing make -j 1. which tells the build tool to use only one CPU.
確定! 回上一頁