You are not logged in.
Hi,
I try to improved the performances of my Acer (256 MB). I read in the Ubuntu documentation (https://help.ubuntu.com/community/SwapFaq#What_is_swappiness_and_how_do_I_change_it.3F) I can change the swappiness.
In a first time I'd like to do a temporary change but[c] # sysctl vm.swappiness=50[/c] returns [c]sysctl: error: 'vm.swappiness=50' is an unknown key[/c]. And yet [c]cat /proc/sys/vm/swappiness[/c] answers [c]60[/c]
why I cannot change the value temporarily?
Offline
[c]# systemctl -w vm.swappiness=50[/c]
[c]sysctl -help[/c]
Offline
[c]# cat /proc/sys/vm/swappiness
60
# echo 50 > /proc/sys/vm/swappiness
# cat /proc/sys/vm/swappiness
50[/c]
> try to improved the performances
[c]tazpkg -gi linux-zram[/c] fastest compared with any hdd swap
set size
http://tazpanel:82/index.cgi?file=/etc/compcache.conf&action=edit
# startd compcache
Offline
@mojo,
I was persuaded I have try it too but certainly not (or I made a typo?) because it works now.
@az_ua
I didn't believe I can use zram with only 256 MB RAM. I was wrong!
Without changing the default size (126 MB), that's really better.
Thank you to both of you.
Offline
[ Generated in 0.016 seconds, 7 queries executed - Memory usage: 1.54 MiB (Peak: 1.77 MiB) ]