Skip to content

Commit

Permalink
Reduit la taille de pile minimum a 1.5 Mo. Sur PC Linux, 1 Mo suffit …
Browse files Browse the repository at this point in the history
…pour make opt.opt (PR#1313)

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5095 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
  • Loading branch information
xleroy committed Aug 9, 2002
1 parent 147fd94 commit af65929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/checkstack.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit af65929

Please sign in to comment.