X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ef3acbef4d4754ec3af577d97d863a77a442b695..25f91411fb239be077f2eca65d7762482d17a026:/doc/FAQ.doc diff --git a/doc/FAQ.doc b/doc/FAQ.doc index ecba2a42d1..3b304aadb2 100644 --- a/doc/FAQ.doc +++ b/doc/FAQ.doc @@ -690,7 +690,7 @@ of processes in your simulations. user don't get into trouble about this. You want to tune this size to increse the number of processes. This is the STACK_SIZE define in - src/xbt/xbt_ucontext.c, which is 128kb by default. + src/xbt/xbt_context_sysv.c, which is 128kb by default. Reduce this as much as you can, but be warned that if this value is too low, you'll get a segfault. The token ring example, which is quite simple, runs with 40kb stacks.