Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash and OS reboot on MacOS Monterey #511

Open
serg-music opened this issue Apr 19, 2022 · 3 comments
Open

Crash and OS reboot on MacOS Monterey #511

serg-music opened this issue Apr 19, 2022 · 3 comments

Comments

@serg-music
Copy link

serg-music commented Apr 19, 2022

Expected Behavior

No crash

Actual Behavior

MacOS hangs and reboot after a while of using db1000n

Steps to Reproduce the Problem

  1. install db100n >= 0.8.23
  2. Run db1000n --scale 10

Specifications

  • Version: 0.8.23 , 0.8.24
  • Platform: MacOS
  • Subsystem: Monterey 12.3.1

Cannot reproduce on 0.8.22

@serg-music serg-music changed the title Crash and OS reboot on MacOS Monterrey Crash and OS reboot on MacOS Monterey Apr 19, 2022
@arriven
Copy link
Owner

arriven commented Apr 19, 2022

v0.8.23 introduced this commit which increases OS limit on connections open by a program to its maximum. This boosts performance quite significantly on some systems but it may be that macos can't properly handle that many connections. I'd try removing that --scale argument from your commandline first and see if it helps (default limit for open connection on mac seems to be 256 and if that's the case then just scaling it on previous versions wouldn't really help as once you reach that limit all new jobs would just fail to open connections and waste your cpu cycles)

@serg-music
Copy link
Author

removing --scale helped. No more crashes.
However, it blocks me from using whole network bandwidth.

The issue blocks my hardware configuration from using --scale.

@barnyiv
Copy link

barnyiv commented Apr 23, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants