-
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
Implement parallel ARC eviction #16486
Open
allanjude
wants to merge
6
commits into
openzfs:master
Choose a base branch
from
KlaraSystems:parallel_arc_evict
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Commits on Oct 23, 2024
-
Implement parallel ARC eviction
Read and write performance can become limited by the arc_evict process being single threaded. Additional data cannot be added to the ARC until sufficient existing data is evicted. On many-core systems with TBs of RAM, a single thread becomes a significant bottleneck. With the change we see a 25% increase in read and write throughput Sponsored-by: Expensify, Inc. Sponsored-by: Klara, Inc. Co-authored-by: Allan Jude <[email protected]> Co-authored-by: Mateusz Piotrowski <[email protected]> Signed-off-by: Alexander Stetsenko <[email protected]> Signed-off-by: Allan Jude <[email protected]> Signed-off-by: Mateusz Piotrowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e99733e - Browse repository at this point
Copy the full SHA e99733eView commit details
Commits on Nov 5, 2024
-
zfs.4: Incorporate Alexander's feedback
- Improve the description of the scaling algorithm in the manual page. Signed-off-by: Mateusz Piotrowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1edded6 - Browse repository at this point
Copy the full SHA 1edded6View commit details
Commits on Nov 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 736eebd - Browse repository at this point
Copy the full SHA 736eebdView commit details -
arc: Use ZMOD_RD for zfs_arc_evict_threads
This parameter cannot be changed during runtime anyway in any meaningful way. Make it explicitly read-only. The manual page does not need to be updated. It already mentions that the thread count cannot be changed during runtime.
Configuration menu - View commit details
-
Copy full SHA for 196a048 - Browse repository at this point
Copy the full SHA 196a048View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c4df5d - Browse repository at this point
Copy the full SHA 1c4df5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1374cad - Browse repository at this point
Copy the full SHA 1374cadView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.