changement limite stack sur MacOS X
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@4764 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
2301b45cc2
commit
044ac150e8
6
INSTALL
6
INSTALL
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue