[Pharo-project] setGCParameters & setGCBiasToGrowGCLimit
In setGCParameters if we do Smalltalk setGCBiasToGrowGCLimit: 16*1024*1024. Smalltalk setGCBiasToGrow: 1. Then we'll avoid some nasty GC edge cases. -- = = = ======================================================================== John M. McIntosh <johnmci@smalltalkconsulting.com> Corporate Smalltalk Consulting Ltd. http://www.smalltalkconsulting.com = = = ========================================================================
On Thu, Oct 30, 2008 at 8:29 AM, John M McIntosh <johnmci@smalltalkconsulting.com> wrote:
In setGCParameters if we do Smalltalk setGCBiasToGrowGCLimit: 16*1024*1024. Smalltalk setGCBiasToGrow: 1.
Then we'll avoid some nasty GC edge cases.
Issue 305. Thank you -- Damien Cassou Peter von der Ahé: «I'm beginning to see why Gilad wished us good luck». (http://blogs.sun.com/ahe/entry/override_snafu)
participants (2)
-
Damien Cassou -
John M McIntosh