Skip to content

Commit

Permalink
Add memory warning
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeder committed Jan 2, 2025
1 parent 222416a commit becd8db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stability.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2029,7 +2029,7 @@ pub fn stability_test(tasks: usize, iterations: usize) {
}

println!(
"{}: If the requested number of tasks {tasks} is greater than the maximum thread count available by the OS it can result in some of tasks being stalled\n",
"{}: If the requested number of tasks {tasks} is greater than the maximum thread count available by the OS it can result in some of tasks being stalled. If the requested number of tasks {tasks} requires more than the available memory, it may result in the application crashing\n",
"Warning".dark_yellow(),
);

Expand Down

0 comments on commit becd8db

Please sign in to comment.