Main
Pruning the forum database.
I've switched the swapiness to 3. I'll let you know, if there is any noticeable difference.If you discover another place to set it, let us know. Okay?
With swappiness set to 3, I'm noticing some improvement in speed.
Does anyone know how the swappiness value really works? Although I believe I have noticed an increase in speed going from 60 to 10, with either value nothing seems to get written to the swap partition. Does lowering the value stop or decrease some sort of check as to whether swap is needed for an operation?
vm.vfs_cache_pressure=50
I don't understand the enabling DMA part. Isn't DMA enabled by default ?
Quote from: JohnBoy on October 08, 2009, 03:19:47 PMIs Concurrency available to us when booting?If it is available and not enabled which file would require editing?I just took a chance and added to /etc/rc.d/rc at the top of the scriptQuote##nextline added by hootiegibbonCONCURRENCY=shellset -m# check a file to be a correct runlevel scriptcheck_runlevel ()seems to work and as of yet no issue's.If somebody would like to concur?Jase
Is Concurrency available to us when booting?If it is available and not enabled which file would require editing?
##nextline added by hootiegibbonCONCURRENCY=shellset -m# check a file to be a correct runlevel scriptcheck_runlevel ()
I have a 4GB of ram 2 core AMD machine, didn't expect much but set swappiness to 10 and pressure=50Some apps in Linux seemed to visually respond quicker but the biggest change I noticed was in Virtualbox running XP, it is definitely snappier.