[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Garbage collector behaviour changed from 5.1 to 5.2
- From: Robert Norris <rob@...>
- Date: Mon, 28 May 2012 06:50:14 +1000
> Apparently there is no overflows. It really should do a full collection
> for every new object created. (Some objects may allocate several blocks
> of memory, but 50 is unusual.) In some quick tests I got the expected
> behavior.
The same test I posted, with the GC parameters set:
http://pastebin.com/iG9zGzN7
This appears to collect 50 at a time with 5.2.1-rc1.
Fyi, this is on 64-bit Linux.