From e341678fb22223c97e7309b5383cca5bbc0e9994 Mon Sep 17 00:00:00 2001 From: mquinson Date: Tue, 15 Apr 2008 18:08:13 +0000 Subject: [PATCH] propagate file renaming to the doc git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5347 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- doc/FAQ.doc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.20.1