Originally posted by ValdikSS
View Post
Announcement
Collapse
No announcement yet.
"le9" Strives To Make Linux Very Usable On Systems With Small Amounts Of RAM
Collapse
X
-
-
Originally posted by HyperDrive View PostI fail to see how this hack is better than setting swappiness to 200 (which biases reclaim heavily towards swap instead of page cache eviction), page-cluster to 0 (no read-ahead), and using zram with zstd compression.
Comment
-
Originally posted by waxhead View Post
Really?... it all depends on the content of that tab/program. Not everything happens inside a browser you know - sometimes you need to save things as well.
Either way, killing some processes is obviously preferable to locking up the whole system in endless thrashing (which is equivalent to killing all processes).
- Likes 3
Comment
-
Originally posted by ssokolow View Post
...plus, do you really want to be having swap on disk now that your PC probably has an SSD in it, which has a limited number of wear cycles?
- Likes 2
Comment
-
Originally posted by pal666 View Postwait a second, he says that to protect from thrashing you need to swap more? i.e. all those people disabling swap were wrong? what a surprise(not really)
- You can get thrashing without swap space.
To minimize thrashing:
- Use the kernel with le9 patch and high vm.clean_min_kbytes value (prevent cache starvation);
- Use noswap or swap on zram (do not use disk to swap).
- Likes 2
Comment
Comment