Browse thread
Out_of_memory
[
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: | Damien Doligez <damien.doligez@i...> |
| Subject: | Re: [Caml-list] Out_of_memory |
On 17 déc. 2004, at 07:44, Christopher Alexander Stein wrote: > Hi, I am getting an exception Out_of_memory. The manual tells me > this is raised by the garbage collector when there is > insufficient memory to complete the computation. Is there any way > to find out what is causing this; what is gobbling up memory too > fast for the GC? Perhaps there is a way to get and analyze a core > file or a way to catch the exception and dump the heap and > garbage collector state. Any suggestions? Have you tried using the debugger? -- Damien