If you aren't too scared of Terminal things, you can try that : - Quit QS. - Launch Terminal. - Type (on one line, this expects Quicksilver to be in your system's Applications directory) :
MallocStackLogging=1 MallocStackLoggingNoCompact=1 /Applications/Quicksilver.app/Contents/MacOS/Quicksilver - QS should start, let it be, use it like you do. - As soon as you see then weird memory usage you're seeing, go back to Terminal and type : leaks Quicksilver > ~/QS-leaks.txt - You will find a QS-leaks.txt file in your home directory that shows the correlation between memory we've asked for but failed to give back to the system, as well as the specific thing that created it. Note that it will contain private stuff — since it also shows what's in the lost memory — so I can only recommend you to send it directly to one of us devs. Regards, Etienne Samson -- [email protected] > Le 29 avr. 2015 à 21:24, Haider Rizvi <[email protected]> a écrit : > >> >> On Apr 29, 2015, at 6:11 AM, Rob McBroom <[email protected]> wrote: >> >> On 28 Apr 2015, at 12:43, Haider Rizvi wrote: >> >> I have noticed that QS is using (or at least the Activity Monitor is >> showing) a lot of memory. E.g., right now, Activity monitor shows 2.5GB in >> memory. >> >> The details for QS shows somewhat less real memory usage (753MB), but still >> is quite a lot. >> >> I don't have a lot of plugins, but I'll start trimming the list down. Any >> known plugins known to be memory hogs? >> >> The iTunes plug-in gets blamed more often than others, though I’ve never >> been able to reproduce it. >> >> I can force it to use a lot of memory by going to a list of all tracks and >> scrolling down so it loads all the icons, but as soon as I search for >> something else (replacing the results list), memory usage drops almost back >> to where it was before. >> > > Thanks Rob. I didn't have iTunes plugin, so I'll continue trying to find out. > For now, I have gone bare-bones on the plugins to see if I can get to the > bloated state. > > Any other ideas on debugging this? > > - Haider > > > -- > You received this message because you are subscribed to the Google Groups > "Quicksilver" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/blacktree-quicksilver. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Quicksilver" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/blacktree-quicksilver. For more options, visit https://groups.google.com/d/optout.
