baidu / braft

An industrial-grade C++ implementation of RAFT consensus algorithm based on brpc, widely used inside Baidu to build highly-available distributed systems.
Apache License 2.0
3.99k stars 886 forks source link

多线程编译失败 #358

Closed GOGOYAO closed 2 years ago

GOGOYAO commented 2 years ago

make -j 10会出现如下编译错误

image

如果是make -j 1就没有问题。

GOGOYAO commented 2 years ago

应该是内存相关的问题。https://blog.csdn.net/weixin_44260459/article/details/123089805