Re: AW: Sorting out Memory issues

2013-10-17 Thread Alex Harui
On 10/17/13 2:11 AM, "christofer.d...@c-ware.de" wrote: >Hi Marcus, > >yesterday I did a Little more investigating. I could find out that there >was an insane amount of Events generated the UUIDs of These seem to have >consumed about 60MB. The reason for this seems to be that I was using the >D

AW: Sorting out Memory issues

2013-10-17 Thread christofer.d...@c-ware.de
ns? Could it be beneficial to Switch to the new Apache implementation officially in the ArrayCollection class? Chris Von: Marcus Wilkinson [wilkinsonmar...@gmail.com] Gesendet: Mittwoch, 16. Oktober 2013 12:00 An: users@flex.apache.org Betreff: Re: Sor

Re: Sorting out Memory issues

2013-10-16 Thread Alex Harui
I still haven't used Scout, but the Flash Builder Profiler has helped me track down many issues like this. It should show you what is referencing those old objects. On 10/16/13 1:26 AM, "christofer.d...@c-ware.de" wrote: >Hi, > >I am currently having Major Memory issues, which I haven't quite m

RE: Sorting out Memory issues

2013-10-16 Thread Maurice Amsellem
ssage d'origine- De : christofer.d...@c-ware.de [mailto:christofer.d...@c-ware.de] Envoyé : mercredi 16 octobre 2013 12:25 À : users@flex.apache.org Objet : AW: Sorting out Memory issues Hi Maurice, Hmmm ... I think I could try that. Think it would be even easier to comment out the list enti

RE: Sorting out Memory issues

2013-10-16 Thread Maurice Amsellem
Flexicious DataGrid is also excellent :-) -Message d'origine- De : christofer.d...@c-ware.de [mailto:christofer.d...@c-ware.de] Envoyé : mercredi 16 octobre 2013 12:25 À : users@flex.apache.org Objet : AW: Sorting out Memory issues Hi Maurice, Hmmm ... I think I could try that.

AW: Sorting out Memory issues

2013-10-16 Thread christofer.d...@c-ware.de
: christofer.d...@c-ware.de [mailto:christofer.d...@c-ware.de] Envoyé : mercredi 16 octobre 2013 10:27 À : users@flex.apache.org Objet : Sorting out Memory issues Hi, I am currently having Major Memory issues, which I haven't quite managed to sort out. In my application (Apache Fle

AW: Sorting out Memory issues

2013-10-16 Thread christofer.d...@c-ware.de
seems to be something else still having a reference to my objects in the main list. Chris Von: Marcus Wilkinson [wilkinsonmar...@gmail.com] Gesendet: Mittwoch, 16. Oktober 2013 12:00 An: users@flex.apache.org Betreff: Re: Sorting out Memory issues Chris,

RE: Sorting out Memory issues

2013-10-16 Thread Maurice Amsellem
re.de [mailto:christofer.d...@c-ware.de] Envoyé : mercredi 16 octobre 2013 10:27 À : users@flex.apache.org Objet : Sorting out Memory issues Hi, I am currently having Major Memory issues, which I haven't quite managed to sort out. In my application (Apache Flex 4.10 ... but wasn't a

Re: Sorting out Memory issues

2013-10-16 Thread Marcus Wilkinson
Chris, This may be unrelated, but we were having big performance problems during deserialisation of many separate ArrayCollections. The biggest bottleneck was in the constructor of ArrayCollection, which would use an ArrayList in its backing collection. Inside that function there is code: publ

Sorting out Memory issues

2013-10-16 Thread christofer.d...@c-ware.de
Hi, I am currently having Major Memory issues, which I haven't quite managed to sort out. In my application (Apache Flex 4.10 ... but wasn't any different in older and/or Adobe Versions) I am loading a list of objects and this list is updated via server-push (Streaming AMF Connection). For tes