[
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: | 2007-08-14 (14:34) |
From: | Lionel Elie Mamane <lionel@m...> |
Subject: | Re: [Caml-list] Utilizing more than 4GB of memory in caml? |
On Tue, Aug 14, 2007 at 04:16:14PM +0200, Koprowski, A. wrote: > I have a 32-bit linux machine with 48-bit addressing of its 128GB of > RAM. I'd very much like to use this amount of memory; however I get > Out_of_memory exception after ocaml consumes 4GB. Is there anything I > can do to get my hands on more than 4GB? Run a 64 bit GNU/Linux on that machine, either as the master system or in a chroot (requires the master system to boot on a 64 bit kernel) or a virtualised machine. -- Lionel