-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Don't ignore zfs_arc_max below allmem/32 #10158
Conversation
@eric1894 can you see if this fixes your issue? |
Codecov Report
@@ Coverage Diff @@
## master #10158 +/- ##
===========================================
- Coverage 78.98% 65.68% -13.31%
===========================================
Files 385 304 -81
Lines 122594 105325 -17269
===========================================
- Hits 96831 69181 -27650
- Misses 25763 36144 +10381
Continue to review full report at Codecov.
|
b46c7d2
to
376b2fc
Compare
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aside from the cstyle issue, looks good.
Fixes openzfs#10157 Set arc_c_min before arc_c_max so that when zfs_arc_min is set lower than the default allmem/32 zfs_arc_max can also be set lower. Add warning messages when tunables are being ignored. Signed-off-by: Ryan Moeller <ryan@iXsystems.com>
Set arc_c_min before arc_c_max so that when zfs_arc_min is set lower than the default allmem/32 zfs_arc_max can also be set lower. Add warning messages when tunables are being ignored. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Ryan Moeller <ryan@iXsystems.com> Closes openzfs#10157 Closes openzfs#10158
Motivation and Context
Fixes #10157
Description
Set arc_c_min before arc_c_max so that when zfs_arc_min is set lower
than the default allmem/32 zfs_arc_max can also be set lower.
Add warning messages when tunables are being ignored.
How Has This Been Tested?
Types of changes
Checklist:
Signed-off-by
.