X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/49e85177c669d793e84242983a1b1f430e47184e..f2df13795e01302813a6aef10825ec7e922ce530:/src/include/mc/mc.h diff --git a/src/include/mc/mc.h b/src/include/mc/mc.h index 21d00c1a70..d7a6973f6c 100644 --- a/src/include/mc/mc.h +++ b/src/include/mc/mc.h @@ -17,7 +17,7 @@ #include "xbt/automaton.h" #include "xbt/dynar.h" -#define STD_HEAP_SIZE 20480000 /* Maximum size of the system's heap */ +#define STD_HEAP_SIZE (50*1024*1024) /* Maximum size of the system's heap */ SG_BEGIN_DECL()