changement limite stack sur MacOS X

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@4764 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Damien Doligez 2002-04-30 12:23:17 +00:00
parent 2301b45cc2
commit 044ac150e8
1 changed files with 6 additions and 0 deletions

View File

@ -15,6 +15,12 @@ PREREQUISITES
are all *required*. The vendor-provided compiler, assembler and make
have major problems.
* Under MacOS X, before you begin, you must raise the limit on the
stack size with one of the following commands:
limit stacksize 64M # if your shell is zsh or tcsh
ulimit -s 65536 # if your shell is bash
INSTALLATION INSTRUCTIONS