[Beowulf] large array to run
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.
Mark Hahn hahn at mcmaster.caThu Dec 13 13:13:05 PST 2007
- Previous message: [Beowulf] large array to run
- Next message: [Beowulf] large array to run
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> In C I'd get a return value from malloc (like, NULL in this case, assuming in C, it depends on the size of the allocation. in linux, the behavior depends on the /proc/vm/overcommit_memory setting: it can refuse to give you more memory than it has, or the max size can be set to swap+ram*/proc/vm/overcommit_ratio or (the default setting, overcommit_memory=0) a heuristic that lets you make absurdly large allocations, as long as you don't touch them all... (it also depends on whether your glibc contains a malloc that switches to mmap for large allocations rather than sbrk, etc.)
- Previous message: [Beowulf] large array to run
- Next message: [Beowulf] large array to run
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Beowulf mailing list
