public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] gnome-panel eats 350-400 MB
@ 2008-12-02 19:10 Andrew Gaydenko
  2008-12-02 20:05 ` Albert Hopkins
  0 siblings, 1 reply; 6+ messages in thread
From: Andrew Gaydenko @ 2008-12-02 19:10 UTC (permalink / raw
  To: gentoo-user

Is it normal? I'm on ~amd64.



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] gnome-panel eats 350-400 MB
  2008-12-02 19:10 [gentoo-user] gnome-panel eats 350-400 MB Andrew Gaydenko
@ 2008-12-02 20:05 ` Albert Hopkins
  2008-12-02 20:30   ` Andrew Gaydenko
  0 siblings, 1 reply; 6+ messages in thread
From: Albert Hopkins @ 2008-12-02 20:05 UTC (permalink / raw
  To: gentoo-user

On Tue, 2008-12-02 at 22:10 +0300, Andrew Gaydenko wrote:
> Is it normal? I'm on ~amd64.

I don't know what is normal but my gnome-panel is using about 71MB
virtual memory (16MB resident).

Perhaps you've got a leaky panel applet?





^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] gnome-panel eats 350-400 MB
  2008-12-02 20:05 ` Albert Hopkins
@ 2008-12-02 20:30   ` Andrew Gaydenko
  2008-12-02 22:38     ` Michele Schiavo
  0 siblings, 1 reply; 6+ messages in thread
From: Andrew Gaydenko @ 2008-12-02 20:30 UTC (permalink / raw
  To: gentoo-user

On Tuesday 02 December 2008 23:05:13 Albert Hopkins wrote:
> On Tue, 2008-12-02 at 22:10 +0300, Andrew Gaydenko wrote:
> > Is it normal? I'm on ~amd64.
>
> I don't know what is normal but my gnome-panel is using about 71MB
> virtual memory (16MB resident).
>
> Perhaps you've got a leaky panel applet?

Thanks, perhaps. Will try to remove this or that one and see...



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] gnome-panel eats 350-400 MB
  2008-12-02 20:30   ` Andrew Gaydenko
@ 2008-12-02 22:38     ` Michele Schiavo
  2008-12-03  4:35       ` Albert Hopkins
  0 siblings, 1 reply; 6+ messages in thread
From: Michele Schiavo @ 2008-12-02 22:38 UTC (permalink / raw
  To: gentoo-user


[-- Attachment #1.1: Type: text/plain, Size: 541 bytes --]

on me, it aet 413.9 of virtual and 44.9 of resident......



Il giorno mar, 02/12/2008 alle 23.30 +0300, Andrew Gaydenko ha scritto:

> On Tuesday 02 December 2008 23:05:13 Albert Hopkins wrote:
> > On Tue, 2008-12-02 at 22:10 +0300, Andrew Gaydenko wrote:
> > > Is it normal? I'm on ~amd64.
> >
> > I don't know what is normal but my gnome-panel is using about 71MB
> > virtual memory (16MB resident).
> >
> > Perhaps you've got a leaky panel applet?
> 
> Thanks, perhaps. Will try to remove this or that one and see...
> 

[-- Attachment #1.2: Type: text/html, Size: 849 bytes --]

[-- Attachment #2: Questa è una parte del messaggio firmata digitalmente --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] gnome-panel eats 350-400 MB
  2008-12-02 22:38     ` Michele Schiavo
@ 2008-12-03  4:35       ` Albert Hopkins
  2008-12-03  9:29         ` Justin
  0 siblings, 1 reply; 6+ messages in thread
From: Albert Hopkins @ 2008-12-03  4:35 UTC (permalink / raw
  To: gentoo-user

On Tue, 2008-12-02 at 23:38 +0100, Michele Schiavo wrote:
> on me, it aet 413.9 of virtual and 44.9 of resident......
> 

Ok, here's is what I found.  Both my 32-bit GNOME boxes show about
70-80MB VIRT for gnome-panel.

My x64 box shows 303MB.  Moreover, top shows the following top memory
munchers:

Process          VIRT     RES
-----------------------------
epiphany	747MB	104MB
pidgin		502MB	 47MB
evolution	597MB	 43MB
nautilus	483MB	 41MB
gnome-panel	303MB	 32MB
-----------
Total          2632MB   267MB

However "free" shows only 643MB in total used (including buffers/cache)
with no swap.  According to the top man page VIRT = SWAP + RES, but
obviously that doesn't add up.  But the RES for gnome-panel is similar
on both my 32- and 64-bit machines.  So I'm guessing something on the
64bit machines is getting reported/translated differently.

Maybe someone smarter than me can comment on this.







^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] gnome-panel eats 350-400 MB
  2008-12-03  4:35       ` Albert Hopkins
@ 2008-12-03  9:29         ` Justin
  0 siblings, 0 replies; 6+ messages in thread
From: Justin @ 2008-12-03  9:29 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1115 bytes --]

Albert Hopkins schrieb:
> On Tue, 2008-12-02 at 23:38 +0100, Michele Schiavo wrote:
>   
>> on me, it aet 413.9 of virtual and 44.9 of resident......
>>
>>     
>
> Ok, here's is what I found.  Both my 32-bit GNOME boxes show about
> 70-80MB VIRT for gnome-panel.
>
> My x64 box shows 303MB.  Moreover, top shows the following top memory
> munchers:
>
> Process          VIRT     RES
> -----------------------------
> epiphany	747MB	104MB
> pidgin		502MB	 47MB
> evolution	597MB	 43MB
> nautilus	483MB	 41MB
> gnome-panel	303MB	 32MB
> -----------
> Total          2632MB   267MB
>
> However "free" shows only 643MB in total used (including buffers/cache)
> with no swap.  According to the top man page VIRT = SWAP + RES, but
> obviously that doesn't add up.  But the RES for gnome-panel is similar
> on both my 32- and 64-bit machines.  So I'm guessing something on the
> 64bit machines is getting reported/translated differently.
>
> Maybe someone smarter than me can comment on this.
>
>
>
>
>
>   
for me 38.5 and 18.5 Mb with an uptime and locked in desktop for 58 days.


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2008-12-03  9:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-02 19:10 [gentoo-user] gnome-panel eats 350-400 MB Andrew Gaydenko
2008-12-02 20:05 ` Albert Hopkins
2008-12-02 20:30   ` Andrew Gaydenko
2008-12-02 22:38     ` Michele Schiavo
2008-12-03  4:35       ` Albert Hopkins
2008-12-03  9:29         ` Justin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox