Archives


- Beowulf
- Beowulf Announce
- Scyld-users
- Beowulf on Debian

[Beowulf] 8GB memeory limit?

Many of your questions may have already been answered in earlier discussions or in the FAQ. The search results page will indicate current discussions as well as past list serves, articles, and papers.

Search

Mark Hahn hahn at mcmaster.ca
Wed Jul 11 05:37:34 PDT 2007


>> try -mcmodel=medium.
>
> ... which doesn't affect malloc() at all. It only affects static data.

oops, duh!  failure of attention.
I'd have to guess the issue is a ulimit.  malloc is mapped (for large
allocations) to an anonymous mmap normally.  it might be interesting to 
strace the config that fails, to verify this.  there's also the kernel's
overcommit setting (/proc/sys/vm/overcommit_*) which could cause this effect.

-mark



More information about the Beowulf mailing list