Max common block size, global array size on ia32
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.
Josip Loncaric josip at icase.eduWed Jul 24 04:29:39 PDT 2002
- Previous message: Max common block size, global array size on ia32
- Next message: Max common block size, global array size on ia32
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Craig Tierney wrote: > > I cannot find anywhere in the linux source where > the max stacksize might be set. It seems that > it might be tied to 1 GB, but I cannot find it. Linux stack size limit is set in kernel source to 8 MB, which made sense years ago but not now. To run a process which needs more than 8 MB, you must increase the stack size limit using 'ulimit' beforehand. If you want to recompile your kernel with a larger default stack size limit, edit the _STK_LIM definition in the following file: /usr/src/linux/include/linux/sched.h However, as Chris has pointed out already, your problem may be related to data segment size limit, not stack size limit. Sincerely, Josip -- Dr. Josip Loncaric, Research Fellow mailto:josip at icase.edu ICASE, Mail Stop 132C PGP key at http://www.icase.edu./~josip/ NASA Langley Research Center mailto:j.loncaric at larc.nasa.gov Hampton, VA 23681-2199, USA Tel. +1 757 864-2192 Fax +1 757 864-6134
- Previous message: Max common block size, global array size on ia32
- Next message: Max common block size, global array size on ia32
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Beowulf mailing list
