Browse thread
OCaml memory leak issue
[
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-24 (23:41) |
From: | DS <ds.caml@s...> |
Subject: | Re: [Caml-list] OCaml memory leak issue |
On 24 Nov 2010, at 23:40, Goswin von Brederlow wrote: > In case of custom blocks and finalize function I believe this to be an > error. Managing resources that the OS does not free (IPC tokens, > tempfiles, ...) is made much harder due to this. But you can force a final GC run with Pervasives.at_exit Gc.full_major. Regards. -DS