Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Out of memory on Alpha #8006

Closed
vicuna opened this issue Feb 3, 2003 · 1 comment
Closed

Out of memory on Alpha #8006

vicuna opened this issue Feb 3, 2003 · 1 comment
Labels

Comments

@vicuna
Copy link

vicuna commented Feb 3, 2003

Original bug ID: 1534
Reporter: administrator
Status: closed
Resolution: not a bug
Priority: normal
Severity: minor
Category: ~DO NOT USE (was: OCaml general)

Bug description

Full_Name: Hideo Bannai
Version: 3.06
OS: Compaq Tru64 UNIX V5.1
Submission from: lavender.ims.u-tokyo.ac.jp (133.103.74.218)

Hello,

This might be related to #1350, but in my case it wasn't
a Linux system but a Tru64 UNIX system. The difference is that the compilation
of OCaml went fine, but when I tried to run programs which allocate a large
amount
of memory, (few hundred megabytes) I got the same 'out of memory' error.

e.g:

    Objective Caml version 3.06

Buffer.create 200000000;; (* about 200 MB? *)

Out of memory during evaluation.

I recompiled OCaml with

 #define USE_MMAP_INSTEAD_OF_MALLOC

in config/s.h, and the problem seems to have gone away...

Regards,
Hideo Bannai

@vicuna
Copy link
Author

vicuna commented May 26, 2003

Comment author: administrator

Tru64 has low memory limits by default. Using "ulimit -d " causes the
problem to go away.

@vicuna vicuna closed this as completed May 26, 2003
@vicuna vicuna added the bug label Mar 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant