0
点赞
收藏
分享

微信扫一扫

apollo install 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

Line 250 in 9e1edfc

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

For example, 4 thread and 60% memory usage limit

local job_args="--jobs=4 --local_ram_resources=HOST_RAM*0.6"


举报

相关推荐

vs code server for wsl closed unexpectedly

0 条评论