【 使用环境 】测试环境
【 OB or 其他组件 】OB4.3.3源码编译
【 使用版本 】4.3.3
【问题描述】make -j16 observer时,出现clang-11: error: clang frontend command failed due to signal (use -v to see invocation)错误和clang-11: error: unable to execute command: posix_spawn failed: Cannot allocate memory错误,退出编译。
开的并发太大了,把内存用完了,并发数量减少一些。
比如 make -j8,或者更小