Skip to content

Commit

Permalink
XANMOD: dcache: cache_pressure = 50 decreases the rate at which VFS c…
Browse files Browse the repository at this point in the history
…aches are reclaimed

Signed-off-by: Alexandre Frade <admfrade@gmail.com>
  • Loading branch information
xanmod committed May 30, 2022
1 parent 26c74dc commit 4e329b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/dcache.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
* If no ancestor relationship:
* arbitrary, since it's serialized on rename_lock
*/
int sysctl_vfs_cache_pressure __read_mostly = 100;
int sysctl_vfs_cache_pressure __read_mostly = 50;
EXPORT_SYMBOL_GPL(sysctl_vfs_cache_pressure);

__cacheline_aligned_in_smp DEFINE_SEQLOCK(rename_lock);
Expand Down

0 comments on commit 4e329b6

Please sign in to comment.