binarybucks / ospreyapp

The open source Mac XMPP messenger with class
Other
35 stars 5 forks source link

Improve memory usage #24

Closed binarybucks closed 12 years ago

binarybucks commented 12 years ago

Opening chats allocates memory that is not freed when the chat is closed. Probably some retain issue Besides, Activity Monitor currently reports 120 Mb which is not exactly "lightweight"

Edit: Besides, memory gradually increases over time all over the place. Just ended up with > 700 memory usage after two hours, so something is seriously wrong here.

binarybucks commented 12 years ago

Commit referenced wrong issue. Should've been #23.

binarybucks commented 12 years ago

Whereas the memory usage reported by Activity Monitor really seems to be a bogus value. Instruments shows around 7-10Mb which is totally acceptable. Activity Monitor memory usage should be reduced anyway, as that will be were users look anyway