View previous topic :: View next topic |
Author |
Message |
piotr5 Tux's lil' helper

Joined: 14 Dec 2012 Posts: 107
|
|
Back to top |
|
 |
kernelOfTruth Watchman


Joined: 20 Dec 2005 Posts: 6111 Location: Vienna, Austria; Germany; hello world :)
|
|
Back to top |
|
 |
piotr5 Tux's lil' helper

Joined: 14 Dec 2012 Posts: 107
|
Posted: Sun Apr 05, 2015 4:48 am Post subject: |
|
|
of course the actual size, the % of mem usage. for example:
Code: |
#ps aux
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
...
polkitd 6124 6.7 12.6 753600 258632 ? Ssl Apr01 145:48 /usr/lib/polkit |
a bit later:
Code: | polkitd 6124 6.8 12.8 755408 262360 ? Ssl Apr01 147:31 /usr/lib/polkit-1/polkitd --no-debug |
since my computer has 2GB I suppose this means polkit uses >200MB.
if I kill it, size is down to normal again, for some time.
as a workaround I just Code: | sudo killall -HUP polkitd | once a week or so... |
|
Back to top |
|
 |
ct85711 Veteran

Joined: 27 Sep 2005 Posts: 1791
|
Posted: Sun Apr 05, 2015 5:26 am Post subject: |
|
|
Just doing a quick search, from what it looks like, it may be the same bug; as I'm not seeing the patch applied to latest version in portage (polkit-0.112-r2). According to upstream's bug report, they applied the patch to their tree (also evident when viewing the modified file online). However, their last release they did was in 2013 doesn't have it. So either, we get a dev to bump the package with the patch or see about getting upstream to release a new version of polkit. |
|
Back to top |
|
 |
kernelOfTruth Watchman


Joined: 20 Dec 2005 Posts: 6111 Location: Vienna, Austria; Germany; hello world :)
|
|
Back to top |
|
 |
|