Skip to content

Commit

Permalink
Revert "fs: Reduce cache pressure"
Browse files Browse the repository at this point in the history
This reverts commit 0ee5058.
  • Loading branch information
ananjaser1211 committed Sep 10, 2024
1 parent ad78470 commit 678504a
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 @@ -84,7 +84,7 @@ u8 ns_prot = 0;
* dentry1->d_lock
* dentry2->d_lock
*/
int sysctl_vfs_cache_pressure __read_mostly = 20;
int sysctl_vfs_cache_pressure __read_mostly = 100;
EXPORT_SYMBOL_GPL(sysctl_vfs_cache_pressure);

__cacheline_aligned_in_smp DEFINE_SEQLOCK(rename_lock);
Expand Down

0 comments on commit 678504a

Please sign in to comment.