ValveSoftware / steam-for-linux

Issue tracking for the Steam for Linux beta client
4.23k stars 174 forks source link

Include ulimit in system info #6303

Open XakepSDK opened 5 years ago

XakepSDK commented 5 years ago

Include ulimit -Hn output in system info. This can be useful for sites like protondb to diagnose low limit and esync issues. Also steam can autodetect low ulimit and warn user.

Ruedii commented 4 years ago

This should be a fairly easy task, and I think the benefit.

It may be favorable to add the full "ulimit -a" considering it would take the same amount of effort.

kisak-valve commented 2 years ago

Long term, there's a good chance that esync is going to be phased out in favor of fsync on Proton's side, futex waitv on the kernel side (5.16 and newer), which makes this less valuable for troubleshooting.