Skip to content

Commit

Permalink
Lowered VFS cache pressure
Browse files Browse the repository at this point in the history
  • Loading branch information
Snuzzo committed Nov 14, 2012
1 parent 28625b6 commit 642c7cb
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 @@ -76,7 +76,7 @@
* dentry1->d_lock
* dentry2->d_lock
*/
int sysctl_vfs_cache_pressure __read_mostly = 100;
int sysctl_vfs_cache_pressure __read_mostly = 10;
EXPORT_SYMBOL_GPL(sysctl_vfs_cache_pressure);

static __cacheline_aligned_in_smp DEFINE_SPINLOCK(dcache_lru_lock);
Expand Down

0 comments on commit 642c7cb

Please sign in to comment.