Originally posted by tornado99
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.
Put down the computer and back away. No. Really. You don't know what you're doing if you're doing either of these things.
I'm not going to go into how all of that is just plain wrong. Instead, I'll link to an article by one of the memory and cgroup engineers. Most people don't have a clue what virtual memory is about, and it started back in the bad-old-days when virtual memory/swap space was first proposed. In particular, RAM as swap is particularly stupid.
- Likes 3
Comment
-
Originally posted by stormcrow View PostIn particular, RAM as swap is particularly stupid.
Tuning swappiness to 200 has also its effect, and this is stated in the article you've linked.
Sorry, but it seems that's you who don't understand the topic. Reread the article you've linked.
- Likes 2
Comment
-
This doesn't look like a hack to me. It seems to be a fairly simple and effective change that actually eliminates the root cause of these stalls. I hope it makes mainline.
If I remember correctly the old BSDs also kind of did it like that, they actually had a fixed size buffer cache allocation originally!
- Likes 2
Comment
-
Since when was low latency better than reaping a process?
According to the readme on GitHub "Losing one of many tabs is a better behaviour for the user than an unresponsive system."
I disagree. This essentially means that if is better to lose data than having to wait for it.
http://www.dirtcellar.net
Comment
-
Originally posted by waxhead View PostSince when was low latency better than reaping a process?
According to the readme on GitHub "Losing one of many tabs is a better behaviour for the user than an unresponsive system."
I disagree. This essentially means that if is better to lose data than having to wait for it.
- Likes 6
Comment
-
Originally posted by F.Ultra View Post
You are not going to have much use for that tab anyway when each mouse move takes a few hours (if it ever comes back).
http://www.dirtcellar.net
Comment
-
Originally posted by waxhead View PostSince when was low latency better than reaping a process?
According to the readme on GitHub "Losing one of many tabs is a better behaviour for the user than an unresponsive system."
I disagree. This essentially means that if is better to lose data than having to wait for it.
Code:[FONT=monospace][COLOR=#000000]--prefer '(^|/)firefox .*-contentproc( |$)'[/COLOR][/FONT]
Last edited by ssokolow; 14 July 2021, 11:33 PM.
- Likes 4
Comment
Comment