Bug 463762 - bug in system monitor fedora kde 5.26
Summary: bug in system monitor fedora kde 5.26
Status: RESOLVED INTENTIONAL
Alias: None
Product: plasma-systemmonitor
Classification: Applications
Component: general (other bugs)
Version First Reported In: 5.26.4
Platform: Fedora RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: KSysGuard Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-01-03 01:17 UTC by Fanco
Modified: 2023-01-11 10:17 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
this is what i mean (294.02 KB, image/png)
2023-01-03 01:17 UTC, Fanco
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Fanco 2023-01-03 01:17:24 UTC
Created attachment 154980 [details]
this is what i mean

hi im new to fedora i came from ubuntu anddabian and thought to try out fedora kde plasma 36 after i updated and upgraded to kde plasma 5.26 my system monitor started displaying ram usage at 2.5GB While i only had one app open like stremio tostream a series and when i installed htop it showed differently from system monitor htop displayed ram usage at 1.6GB which made the swap memory be used more leading to the point of apps freezing and crashing it very weird to me. its there a reason why system monitor displays differently from what htop displays?
Comment 1 Arjen Hiemstra 2023-01-11 10:17:48 UTC
Which column are you looking at in htop?

One main reason for a discrepancy here, is that System Monitor uses a slightly different value than most tools. This is referred to as "proportional set size", PSS. Which is a process' private memory amount, but with a proportional share of the shared memory added. This results in more memory used reported, but the value is actually more correct.