X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c0b1cd463d680c1690999e7066fcc75b2c903752..2930b8d3b3060a638fbdbccbf36a958dbd9187d3:/src/xbt/context_private.h diff --git a/src/xbt/context_private.h b/src/xbt/context_private.h index 269fb1fb28..ad27b8de01 100644 --- a/src/xbt/context_private.h +++ b/src/xbt/context_private.h @@ -32,7 +32,7 @@ typedef int CONTEXT; #ifdef USE_PTHREADS # include #else -# define STACK_SIZE 524288 +# define STACK_SIZE 128*1024 /* Lower this if you want to reduce the memory consumption */ #endif /* USE_PTHREADS */ typedef struct s_xbt_context {