[Caml-list] Re: Optimizing garbage collection

2010-11-22 Thread Sylvain Le Gall
On 22-11-2010, Damien Doligez wrote: > > On 2010-11-21, at 20:26, Eray Ozkural wrote: > >> I've been thinking whether some kind of doubling strategy would work for the >> minor heap size. What do you think? > > Sounds like an interesting idea, but what heuristic would you use? > When everything i

Re: [Caml-list] Re: Optimizing garbage collection

2010-11-22 Thread Eray Ozkural
On Mon, Nov 22, 2010 at 6:42 PM, Sylvain Le Gall wrote: > On 22-11-2010, Damien Doligez wrote: > > > > On 2010-11-21, at 20:26, Eray Ozkural wrote: > > > >> I've been thinking whether some kind of doubling strategy would work for > the minor heap size. What do you think? > > > > Sounds like an in

RE: [Caml-list] Re: Optimizing garbage collection

2010-11-22 Thread Jon Harrop
What happens if you just increase the default size? ___ Caml-list mailing list. Subscription management: http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list Archives: http://caml.inria.fr Beginner's list: http://groups.yahoo.com/group/ocaml_beginne

Re: [Caml-list] Re: Optimizing garbage collection

2010-11-22 Thread Eray Ozkural
On Mon, Nov 22, 2010 at 11:14 PM, Jon Harrop < jonathandeanhar...@googlemail.com> wrote: > What happens if you just increase the default size? > > Well we don't want to be a memory hog like Java do we? It's something that kind of depends on the app, what would you set it to? Cheers, -- Eray Oz

RE: [Caml-list] Re: Optimizing garbage collection

2010-11-23 Thread Jon Harrop
ion/3.12/byterun/config. h?rev=10787&r1=10496&r2=10787> &r1=10496&r2=10787 Cheers, Jon. From: Eray Ozkural [mailto:examach...@gmail.com] Sent: 22 November 2010 23:14 To: Jon Harrop Cc: Sylvain Le Gall; caml-l...@inria.fr Subject: Re: [Caml-list] Re: Optimizing garbage co

Re: [Caml-list] Re: Optimizing garbage collection

2010-11-24 Thread Goswin von Brederlow
Eray Ozkural writes: > On Mon, Nov 22, 2010 at 11:14 PM, Jon Harrop > > wrote: > > What happens if you just increase the default size? >    > > > Well we don't want to be a memory hog like Java do we? It's something that > kind > of depends on the app, what would you set it to? > > Chee