forked from openzfs/zfs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ghost index size need not be limited (openzfs#429)
Previously, the amount of metadata was limited to the 10% of the disk that was set aside when the zettacache was created. Since this size was fixed, we needed to ensure that the index size didn't grow too large. However, now that metadata is allocated dynamically from the entire cache, this is no longer the case. This commit removes the limit on the GHOST_CACHE_SIZE_PCT tunable.
- Loading branch information
Showing
1 changed file
with
7 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters