On 05/02/2013 05:43 PM, Adam Williamson wrote:
On Wed, 2013-04-24 at 11:22 -0400, Przemek Klosowski wrote:
On 04/23/2013 07:40 PM, Florian Müllner wrote:
On Mon, Apr 22, 2013 at 6:55 PM, Przemek Klosowski
wrote:
Since clock-applet is a default install on every Fedora, I thought this
would be
On Wed, 2013-04-24 at 11:22 -0400, Przemek Klosowski wrote:
> On 04/23/2013 07:40 PM, Florian Müllner wrote:
> > On Mon, Apr 22, 2013 at 6:55 PM, Przemek Klosowski
> > wrote:
> >> Since clock-applet is a default install on every Fedora, I thought this
> >> would be widely reported
> >
> > While it
On 04/23/2013 07:40 PM, Florian Müllner wrote:
On Mon, Apr 22, 2013 at 6:55 PM, Przemek Klosowski
wrote:
Since clock-applet is a default install on every Fedora, I thought this
would be widely reported
While it is installed on every (default desktop spin) Fedora system,
it is only used by the
On Mon, Apr 22, 2013 at 6:55 PM, Przemek Klosowski
wrote:
> Since clock-applet is a default install on every Fedora, I thought this
> would be widely reported
While it is installed on every (default desktop spin) Fedora system,
it is only used by the (non-default) GNOME fallback mode, which is
li
On Mon, Apr 22, 2013 at 09:25:48PM -0700, Conrad Meyer wrote:
> memused="`ps auxwww|grep clock-ap[p]let | awk '{ print $6 }'`"
memused="$(ps -ho rss `pidof clock-applet`)"
This is simplier and more clear.
--
Regards,--
Sir Raorn. --- http://thousandsofhate.blogspot.com/
signature.asc
Des
On Tue, Apr 23, 2013 at 10:30:14AM -0400, Przemek Klosowski wrote:
> On 04/23/2013 12:25 AM, Conrad Meyer wrote:
> >memused="`ps auxwww|grep clock-ap[p]let | awk '{ print $6 }'`"
[...]
> BTW, why did you use 'clock-ap[p]let'?
So that the grep command itself would not be matched by the grep.
Rich.
On 04/22/2013 03:06 PM, Richard W.M. Jones wrote:
One trick I've used in the past is to core dump the process
(set 'ulimit -c unlimited' before startx, then kill -SEGV $clockpid),
and parse it with some simple command line tools.
You can use GDB for that: gdb -p $clockpid followed by
(gdb) gc
On 04/23/2013 12:25 AM, Conrad Meyer wrote:
On Mon, 22 Apr 2013 12:55:00 -0400
Przemek Klosowski wrote:
I reported the large memory leak in clock-applet:
https://bugzilla.redhat.com/show_bug.cgi?id=952763
(TLDR: clock-applet grows by 1GB/day when reporting weather)
Ouch. Until this is fixe
On Mon, 22 Apr 2013 12:55:00 -0400
Przemek Klosowski wrote:
> I reported the large memory leak in clock-applet:
>
> https://bugzilla.redhat.com/show_bug.cgi?id=952763
>
> (TLDR: clock-applet grows by 1GB/day when reporting weather)
Ouch. Until this is fixed, I duct-taped around by adding this
On Mon, Apr 22, 2013 at 12:55:00PM -0400, Przemek Klosowski wrote:
> I reported the large memory leak in clock-applet:
>
> https://bugzilla.redhat.com/show_bug.cgi?id=952763
>
> (TLDR: clock-applet grows by 1GB/day when reporting weather)
>
> Since clock-applet is a default install on every Fedo
I reported the large memory leak in clock-applet:
https://bugzilla.redhat.com/show_bug.cgi?id=952763
(TLDR: clock-applet grows by 1GB/day when reporting weather)
Since clock-applet is a default install on every Fedora, I thought this
would be widely reported---it essentially makes the system u
11 matches
Mail list logo