Originally posted by MrCooper
View Post
KDE Will Nicely Notify You When Apps Are Being Killed Due To Out-Of-Memory
Collapse
X
-
I just did another check on Plasma RAM usage on my laptop. It is Latitude 7400 with 16 GB RAM and Intel integrated GPU. The first is from text console (CTRL-ALT-F2) without Plasma session. Second is after logging into Plasma session using Konsole. Command is "free -h". Plasma version 6.2.2, QT 6.8 running in FC41. Plasma is using just 300MB.
No Plasma
Code:total used free shared buff/cache available Mem: 15Gi 1.3Gi 10Gi 223Mi 4.2Gi 14Gi Swap: 8.0Gi 0B 8.0Gi
Plasma running
Code:total used free shared buff/cache available Mem: 15Gi 1.6Gi 10Gi 199Mi 4.2Gi 13Gi Swap: 8.0Gi 0B 8.0Gi
Comment
-
-
Originally posted by MrCooper View PostThis might be self-inflicted pain.
Without swap, the kernel can't reclaim anonymous data pages, so they all use up system RAM, even effectively unused ones. The only way the kernel can reclaim memory is by evicting file-backed pages, a lot of which are from executable binaries. As memory pressure increases, the kernel spends increasingly more time faulting back in pages to execute.
Comment
-
Comment