

Code: Select all
cat /proc/sys/vm/swappinessCode: Select all
#Configure Swappiness
vm.swappiness = 5I used to have 0 there, at the moment it's set to default. However, I suppose even in such a case it should not bring a system to a halt.LoSeR_5150 wrote:what does
show?Code: Select all
cat /proc/sys/vm/swappiness
I usually set mine at 1 if I have more than 2GB of ram... mileage may vary so try some adjustments and see what works best.
You can specify your swapiness level in you /etc/sysctl.conf
just append
to the end of your /etc/sysctl.confCode: Select all
#Configure Swappiness vm.swappiness = 5
or you an just echo in variables to /proc/sys/vm/swappiness ... hope this helps.
I'll run the memtest just to be sure.jcat wrote:Couple of things.
Have you tried a memtest? Not 100% reliable, but it may throw some light on a potential issue with your RAM.
Also, have you double checked your high memory settings in the kernel?
Cheers,
jcat
