Summary: | plasmashell allocates excessive memory on system with 128gb RAM | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Steve Phelps <phelps.sg> |
Component: | general | Assignee: | David Edmundson <kde> |
Status: | CLOSED NOT A BUG | ||
Severity: | normal | CC: | plasma-bugs |
Priority: | NOR | ||
Version: | 5.17.0 | ||
Target Milestone: | 1.0 | ||
Platform: | Kubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Steve Phelps
2020-04-15 08:25:11 UTC
>6. Check plasmashell VIRT - will be at least 10g
VIRT is effectively meaningless. It is not using your RAM.
Is RES high?
RES is not high but VIRT is not meaningless. If total VIRT exceeds total RAM then the system will start to use swap. I have other processes requiring large amounts of memory on this machine, and plasmashell is competing for memory. >If total VIRT exceeds total RAM then the system will start to use swap.
That's not true.
MMapped files (which are a lot) appear in VIRT but won't be swapped out. Also a large proportion is the LMDB space which allocates a huge amount but will never write to it. It's never "used" so won't be swapped out.
ah ok- thanks for the explanation. |