caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Damien Doligez <damien.doligez@inria.fr>
To: caml users <caml-list@inria.fr>
Subject: Re: [Caml-list] Fatal error: out of memory
Date: Thu, 10 Nov 2005 15:51:20 +0100	[thread overview]
Message-ID: <C105F970-CB22-452C-B3A2-47C6B303E48B@inria.fr> (raw)
In-Reply-To: <436C9DE5.2000602@ens.fr>

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


  parent reply	other threads:[~2005-11-10 14:51 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-05 11:56 Sarah DJEBALI
2005-11-05 12:07 ` [Caml-list] " Sven Luther
2005-11-05 17:09   ` Sven Luther
2005-11-10 14:51 ` Damien Doligez [this message]
2012-06-05  0:32 Jianzhou Zhao
2012-06-06 21:30 ` Brian Campbell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=C105F970-CB22-452C-B3A2-47C6B303E48B@inria.fr \
    --to=damien.doligez@inria.fr \
    --cc=caml-list@inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).