Reduit la taille de pile minimum a 1.5 Mo. Sur PC Linux, 1 Mo suffit pour make opt.opt (PR#1313)

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5095 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Xavier Leroy 2002-08-09 11:10:34 +00:00
parent c9b77a613c
commit c9f1e22c09
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
#include <sys/time.h>
#include <sys/resource.h>
#define MINSTACKBYTES (512 * 1024 * sizeof (long))
#define MINSTACKBYTES (384 * 1024 * sizeof (long))
int main(int argc, char ** argv)
{