Bump default max stack size to what the new Camlp4 expects
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@7615 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
ee8c22ffe1
commit
09ec1094c6
|
@ -117,7 +117,7 @@ typedef struct { uint32 l, h; } uint64, int64;
|
|||
#define Stack_threshold (256 * sizeof(value))
|
||||
|
||||
/* Default maximum size of the stack (words). */
|
||||
#define Max_stack_def (256 * 1024)
|
||||
#define Max_stack_def (1024 * 1024)
|
||||
|
||||
|
||||
/* Maximum size of a block allocated in the young generation (words). */
|
||||
|
|
Loading…
Reference in New Issue