llvm/clang compile error with Memory exhausted

前端 未结 2 1822
醉梦人生
醉梦人生 2021-02-03 23:38

I am trying to build the latest llvm/clang code on my ubuntu 14.04 vm, which has 2GB memory.

What I did is a normal configure/make procedure, without any parameters to t

2条回答
  •  被撕碎了的回忆
    2021-02-03 23:58

    Another consideration: If you have Make running parallel jobs (e.g., make -j8), the concurrently executing jobs may require too much memory.

提交回复
热议问题