Why does mpd --systemd
consume more memory than mpd
?
#2285
UtkarshVerma
started this conversation in
General
Replies: 1 comment 2 replies
-
That shouldn't really be a difference at all, but if you say 48 MB, this is so extremely high it sounds bogus. What exact value are you looking at? AS, RSS, PSS, ...? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I launch
mpd
normally in my shell, it consumes about 48 MiB RAM, but if launch it usingsystemd --user start mpd
, then the memory consumption is 75 MiB1.Just out of curiosity, what causes this memory increase?
Footnotes
This is the same if I invoke
mpd --systemd
in the shell. ↩Beta Was this translation helpful? Give feedback.
All reactions