New mb, cpu & hd deserves new Linux distro and my sysctl.conf was copied directly from my Mandriva 2010.2 distro and now two entries do not get updated on boot but I can "sysctl -p sysctl.conf" and they will be updated:
vm.swappiness = 100
vm.dirty_ratio = 35
vm.dirty_background_ratio = 20
net.core.rmem_default = 8388608
net.core.rmem_max = 8388608
net.core.wmem_default = 8388608
net.core.wmem_max = 8388608
net.ipv4.tcp_rmem = 4096 87830 8388608
net.ipv4.tcp_wmem = 4096 87830 8388608
net.ipv4.ipfrag_low_thresh = 262144
net.ipv4.ipfrag_high_thresh = 393216
Those two settings really help XFS or JFS (during benchmarking for database) so I was wondering if this has been noticed before and is there something I can do to fix it? I didn't find anything useful searching on 'sysctl'.