[
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: | -- (:) |
| From: | Hendrik Tews <H.Tews@c...> |
| Subject: | Re: [Caml-list] Memory cost of a compaction |
But I'm now wondering if after 10 hours a compaction could be
triggered because of fragmentation. I believe that a compaction would
Have you tried logging GC compatations:
{ (GC.get()) with GC.verbose <- 0x010 }
Or triggeringg compactations yourself GC.compact?
Bye,
Hendrik