Thread
:
Any technical reason why the UI is not as smooth / fluid as, say, Android or iOS?
View Single Post
daperl
2011-03-26 , 12:54
Posts: 2,427 | Thanked: 2,986 times | Joined on Dec 2007
#
18
Originally Posted by
corduroysack
sounds great how would i do this?
If you're using swappolube, I think it's already taken care of for you. In an xterm, run the following and see what you get:
Code:
cat /proc/sys/vm/swappiness
It should output 30 or lower. If not, keep reading.
But if you weren't using swappolube, you would:
install rootsh
open an xterm
type root<return>
type echo 30 > /proc/sys/vm/swappiness<return>
Making this reboot-proof is beyond this discussion, but I think swappolube handles that for you.
__________________
N9: Go white or go
home
Quote & Reply
|
The Following User Says Thank You to daperl For This Useful Post:
corduroysack
daperl
View Public Profile
Send a private message to daperl
Find all posts by daperl