当前位置:   article > 正文

apollo install Server terminated abruptly (error code: 14, error message: ‘Socket closed‘,

server terminated abruptly (error code: 14, error message: 'socket closed',

issue link

In short, you can use below cmd to adjust the number of compile threads and memory usage.

apollo/scripts/apollo_build.sh
  • 1

Line 250 in 9e1edfc

 local job_args="--jobs=$(nproc) --local_ram_resources=HOST_RAM*0.7" 
  • 1

For example, 4 thread and 60% memory usage limit

 local job_args="--jobs=4 --local_ram_resources=HOST_RAM*0.6" 
  • 1
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/我家小花儿/article/detail/899829
推荐阅读
相关标签
  

闽ICP备14008679号