buildbuddy-io / buildbuddy

BuildBuddy is an open source Bazel build event viewer, result store, remote cache, and remote build execution platform.

Home Page:https://buildbuddy.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Confusing log message on macOS during startup

guw opened this issue · comments

Noticed the following during start of BuildBuddy locally:

2023/01/23 07:19:42.540 INF BuildBuddy v2.12.16 (ef1312bec990efa6d9d46da55361e96eae7c1467) compiled with go1.19.3
...
2023/01/23 07:19:43.788 INF Increasing open files limit 65535 => 10240

I've increased the macOS file limit on my system myself. Thus, this looks odd: 65535 => 10240. Is BuildBuddy decreasing the open files limit?

I've noticed this as well in the past. Sent #3273 to fix.

This should now be fixed!