在mac os上运行mesos-1.9.0检查时出错

mfpqipee  于 2021-06-26  发布在  Mesos
关注(0)|答案(1)|浏览(303)

跑步时 make check 对于macos上的mesos-1.9.0,我得到一个错误'ulimit-u'。这是终端上的错误消息

Detected low process count ulimit (2837 vs 4096). Increase 'ulimit -u' to avoid spurious test failures.

我试着为ulimit设定硬限制和软限制( ulimit -u 4096 以及 ulimit -n 4096 )以及更新我的 .bash_profile 还有跑步 source ~/.bash_profile 但是 make check 仍然失败。
有人能帮我修一下吗?
蒂亚。

h7appiyu

h7appiyu1#

sudo ulimit -n 65536 200000

参考文献:https://wilsonmar.github.io/maximum-limits

相关问题