this post was submitted on 05 Jul 2024
22 points (95.8% liked)

Linux and Tech News

950 readers
1 users here now

This is where all the News about Linux and Linux adjacent things goes. We'll use some of the articles here for the show! You can watch or listen at:

You can also get involved at our forum here on Lemmy:

Or just get the most recent episode of the show here:

founded 1 year ago
MODERATORS
top 1 comments
sorted by: hot top controversial new old
[–] autotldr@lemmings.world 3 points 2 months ago

This is the best summary I could come up with:


As part of the memory management changes expected to be merged for the upcoming Linux 6.11 cycle is allowing more fine-tuned control over the swappiness setting used to determine how aggressively pages are swapped out of physical system memory and into the on-disk swap space.

This effectively allows more finer-grained control over the swapiness behavior without overriding the global swappiness setting.

Dan Schatzberg of Meta explains in the patch adding swappiness= support to memory.reclaim: Allow proactive reclaimers to submit an additional swappiness=[val] argument to memory.reclaim.

However, proactive reclaim runs continuously and so its impact on SSD write endurance is more significant.

Therefore, it's desireable to have proactive reclaim reduce or stop swap-out before the threshold at which OOM killing occurs.

This has been in production for nearly two years and has addressed our needs to control proactive vs reactive reclaim behavior but is still not ideal for a number of reasons:


The original article contains 474 words, the summary contains 151 words. Saved 68%. I'm a bot and I'm open source!