im doing so tweak to my vm settings to adjust system performance to my needs
an i want some thoughts an advice on the ups an downs an possible issues with either of these two lists
an which would better suit my rig thats currently running a 3900x oc’ed to 4.2125ghz with 64gb of ram an twin nvme’s
1st drive - SK Hynix Platinum P41 1 TB (for os,apps)
2nd drive - SK Hynix Gold P31 1 TB (for games , downloads , converts , renders an assorted files)
system tweak 1
sudo sysctl vm.swappiness=133
sudo sysctl vm.dirty_background_ratio=31
sudo sysctl vm.dirty_ratio=75
sudo sysctl vm.vfs_cache_pressure=200
sudo sysctl vm.max_map_count=64000
sudo sysctl vm.watermark_scale_factor=250
sudo sysctl vm.watermark_boost_factor=15000
sudo sysctl vm.zone_reclaim_mode=4
sudo sysctl vm.extfrag_threshold=250
sudo sysctl vm.dirty_expire_centisecs=15000
sudo sysctl vm.dirty_writeback_centisecs=60000
sudo sysctl vm.min_free_kbytes=105000
system tweak 2
sudo sysctl vm.swappiness=155
sudo sysctl vm.dirty_background_ratio=25
sudo sysctl vm.dirty_ratio=75
sudo sysctl vm.vfs_cache_pressure=150
sudo sysctl vm.max_map_count=64000
sudo sysctl vm.watermark_scale_factor=250
sudo sysctl vm.watermark_boost_factor=15000
sudo sysctl vm.zone_reclaim_mode=2
sudo sysctl vm.extfrag_threshold=250
sudo sysctl vm.dirty_expire_centisecs=60000
sudo sysctl vm.dirty_writeback_centisecs=15000
sudo sysctl vm.min_free_kbytes=105000
which might produce the most efficient memory caching an least lag for anything
an how do i correctly make which ever version i go with persist after re-boot
as iv tried before by adjusting the 10-pop-default-settings.conf file but the lines
vm.extfrag_threshold=250
vm.dirty_expire_centisecs=60000
vm.dirty_writeback_centisecs=15000
vm.min_free_kbytes=105000
never actually stick an i have to do them by sudo command after boot