Browse thread
Mastering the garbage collector
[
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: | Tiphaine Turpin <Tiphaine.Turpin@i...> |
| Subject: | Re: [Caml-list] Re: Mastering the garbage collector |
Sylvain Le Gall a écrit : > You need to do a "Gc.compact" to size down. A full_major will collect but I > am not sure it will free allocated page. > But if it is just a matter of compaction, then (Gc.stat ()).Gc.live_words should give me a correct (small) result, no ? Tiphaine