On 14/04/2014, at 11:42 AM, john skaller wrote:
> Something like this must be going on. The loop driving the tests
> and build leads to increasing number of objects. Numbers like
> 80,000 object don't make any sense. I'd have said around 1000
> max.

But this looks good:

actually collected 183302 objects, still allocated: 2 roots, 930 objects, 50280 
bytes

The GC successfully deallocated 180K objects.
Diagnostic doesn't say how many bytes but based on average 50K bytes/1K objects
or 50 bytes each, 200K x 50 = 1Meg. Which is the default threshhold for the GC.
So all this is looking right.

--
john skaller
skal...@users.sourceforge.net
http://felix-lang.org




------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
_______________________________________________
Felix-language mailing list
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to