I've been trying to trouble shoot some performance problems with my 3.06 24" iMac lately. When I started poking around in Activity Monitor, I noticed that growlMenu was taking about 16MB of Real Memory and 35 GIGABYTES of Virtual Memory.
This seems like a problem. Killing the process and relaunching it seems makes the VM jump right back to 35GB.
Umm... help?
GrowlMenu taking HUGE amounts of Virtual Memory
-
- Harmless
- Posts: 3
- Joined: Wed Oct 21, 2009 4:42 am
GrowlMenu taking HUGE amounts of Virtual Memory
Last edited by boredzo on Wed Oct 21, 2009 5:01 am, edited 1 time in total.
Reason: Correcting title, which previously said that Growl was using all this memory.
Reason: Correcting title, which previously said that Growl was using all this memory.
Re: GrowlMenu taking HUGE amounts of Virtual Memory
Please run this command in Terminal:
That command will create a file named GrowlMenu-vmmap.txt in your Home folder. Please post it here using the “Upload Attachment” tab on the reply form.
Code: Select all
vmmap -w GrowlMenu > ~/"GrowlMenu-vmmap.txt"
-
- Harmless
- Posts: 3
- Joined: Wed Oct 21, 2009 4:42 am
Re: GrowlMenu taking HUGE amounts of Virtual Memory
Here you go. Looking at the file, the suspicious entry is "MALLOC [32.0G]"
Hope this helps!
Hope this helps!
- Attachments
-
- GrowlMenu-vmmap.txt
- (39.95 KiB) Downloaded 1135 times
Re: GrowlMenu taking HUGE amounts of Virtual Memory
Did you confirm that Activity Monitor was showing 32+ GiB of VM for GrowlMenu at the time you took this sample? For me, Activity Monitor appears to ignore memory ascribed to malloc.MintCondition wrote:Looking at the file, the suspicious entry is "MALLOC [32.0G]"
Also, it's worth noting that both your vmmap output and my vmmap output show practically nothing (exactly nothing, in my case) allocated in the “Writable Regions” section. This suggests that all that malloc memory either has already been freed or is potential memory that GrowlMenu could allocate if it wanted it.
I doubt that this is the performance problem you're looking for.
-
- Harmless
- Posts: 3
- Joined: Wed Oct 21, 2009 4:42 am
Re: GrowlMenu taking HUGE amounts of Virtual Memory
The attached files were taken about 30 seconds apart. So yes, Activity Monitor shows it.
You may be right about the performance issues being unrelated, I'm starting to suspect an Hard Drive issue .
You may be right about the performance issues being unrelated, I'm starting to suspect an Hard Drive issue .

- Attachments
-
- Activity MonitorScreenSnapz002.png (117.8 KiB) Viewed 22447 times
-
- GrowlMenu-vmmap.txt
- (39.4 KiB) Downloaded 1148 times