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

Account for RAM in default scan -j value #174

Merged
merged 1 commit into from
Apr 16, 2024
Merged

Conversation

bradlarsen
Copy link
Collaborator

No description provided.

@bradlarsen bradlarsen added the ux Related to the user experience, invocation, or CLI label Apr 12, 2024
@bradlarsen bradlarsen marked this pull request as ready for review April 12, 2024 18:16
@bradlarsen bradlarsen merged commit c2af463 into main Apr 16, 2024
10 checks passed
@bradlarsen bradlarsen deleted the scan-default-parallelism branch April 16, 2024 16:14
bradlarsen added a commit that referenced this pull request Jul 10, 2024
The v0.18.0 release crashes upon startup when running in an environment with less that 4GiB of RAM. The crash is an assertion failure from the `std::cmp::Ord::clamp` function when it is called with invalid arguments (i.e., `min > max`).

This crashing behavior was introduced in #174.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ux Related to the user experience, invocation, or CLI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant