Skip to content

Commit

Permalink
tune vm
Browse files Browse the repository at this point in the history
This commits aims to reduce the amount of dirty pages in the cache by
lowing the ratio of bytes allowed for page-caching
Secondly, the vfs_cache_pressure is increased to put more emphasis on reclaiming inodes and dentries.
  • Loading branch information
svenrademakers committed Jul 29, 2024
1 parent f1901d3 commit 986426f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tp2bmc/board/tp2bmc/overlay/etc/sysctl.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
vm.vfs_cache_pressure=130
vm.dirty_ratio=10
vm.overcommit_ratio=20

0 comments on commit 986426f

Please sign in to comment.