From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@sympa.inria.fr Delivered-To: caml-list@sympa.inria.fr Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by sympa.inria.fr (Postfix) with ESMTPS id 705D382355 for ; Wed, 29 Nov 2017 07:20:15 +0100 (CET) X-IronPort-AV: E=Sophos;i="5.44,471,1505772000"; d="scan'208";a="246479003" Received: from ip-36.net-89-2-7.rev.numericable.fr (HELO [192.168.0.15]) ([89.2.7.36]) by mail3-relais-sop.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 Nov 2017 07:20:15 +0100 Date: Wed, 29 Nov 2017 07:20:14 +0100 (CET) From: Julia Lawall X-X-Sender: jll@hadrien To: Yawar Amin cc: caml-list@inria.fr In-Reply-To: Message-ID: References: User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: multipart/mixed; BOUNDARY="8323329-1422223551-1511936415=:2602" Subject: Re: [Caml-list] gc overhead --8323329-1422223551-1511936415=:2602 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT On Tue, 28 Nov 2017, Yawar Amin wrote: > Hi Juli, you can take a look at https://realworldocaml.org/v1/en/html/understanding-the-garbage-collector.html for some explanations of the various knobs. Specifically, the in-text note sections (marked with the icon of two pages) give some helpful > hints. The first one on the page is 'Setting the Size of the Minor Heap'. Thanks for the pointer. julia > Regards, > > Yawar > > On Tue, Nov 28, 2017 at 1:11 PM, Julia Lawall wrote: > Hello, > > Is there any reasonable way to reduce the amount of garbage collection > activity in an OCaml program?  I see various knobs in the control > structure, but I don't know what the impact of changing the values would > be. > > thanks, > juli > > -- > Caml-list mailing list.  Subscription management and archives: > https://sympa.inria.fr/sympa/arc/caml-list > Beginner's list: http://groups.yahoo.com/group/ocaml_beginners > Bug reports: http://caml.inria.fr/bin/caml-bugs > > > > --8323329-1422223551-1511936415=:2602--