【问题标题】:Error while running make check for mesos-1.9.0 on Mac os在 Mac os 上运行 make check for mesos-1.9.0 时出错
【发布时间】:2023-03-30 21:35:02
【问题描述】:

在 mac os 上为 mesos-1.9.0 运行 make check 时,出现“ulimit -u”错误。这是终端上的错误信息

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

我尝试在终端上设置 ulimit(ulimit -u 4096ulimit -n 4096)的硬限制和软限制,并更新我的.bash_profile 并运行source ~/.bash_profile,但make check 仍然失败。

有人可以帮我解决这个问题吗?

TIA。

【问题讨论】:

    标签: macos mesos


    【解决方案1】:
    sudo ulimit -n 65536 200000
    

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

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2015-05-02
      • 2017-10-15
      • 2018-09-29
      • 2016-02-09
      • 1970-01-01
      • 1970-01-01
      • 2020-04-05
      • 2021-11-08
      相关资源
      最近更新 更多