Browse thread
Optimizing garbage collection
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2010-11-21 (18:13) |
From: | Alexandre Pilkiewicz <alexandre.pilkiewicz@p...> |
Subject: | Re: [Caml-list] Optimizing garbage collection |
Hi 2010/11/20 Eray Ozkural <examachine@gmail.com>: > Yes, the default minor heap size was indeed too low, I've been trying to set > it to a higher value, now testing with the OCAMLRUNPARAM settings you > recommended. It did result in some speedup, but not an awful lot, it's > important to profile it as you say. Can you tell us how high you set it? I would recommend at least 524288, and even something like 3000000 if you really need to (I'm talking in words here). Cheers Alexandre