[
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: | 2005-11-10 (14:51) |
From: | Damien Doligez <damien.doligez@i...> |
Subject: | Re: [Caml-list] Fatal error: out of memory |
On Nov 5, 2005, at 12:56, Sarah DJEBALI wrote: > I know this may look a very naive question, > but is is possible to increase the heap size? The heap size increases automatically until your OS refuses to allocate more memory to your program, then you get the "out of memory" message. Your program is probably trying to build a data structure that is too big for your computer. -- Damien