X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/93eb67e63855e061dfbbffe2a691e45cd5269d87..4d348a3f60093facd6c014a1ebad368e97b57fd0:/src/kernel/context/ContextSwapped.cpp diff --git a/src/kernel/context/ContextSwapped.cpp b/src/kernel/context/ContextSwapped.cpp index 3d7740ff0c..9263c633df 100644 --- a/src/kernel/context/ContextSwapped.cpp +++ b/src/kernel/context/ContextSwapped.cpp @@ -86,8 +86,9 @@ SwappedContext::SwappedContext(std::function&& code, smx_actor_t actor, "Failed to protect stack: %s.\n" "If you are running a lot of actors, you may be exceeding the amount of mappings allowed per process.\n" "On Linux systems, change this value with sudo sysctl -w vm.max_map_count=newvalue (default value: 65536)\n" - "Please see http://simgrid.gforge.inria.fr/simgrid/latest/doc/html/options.html#options_virt for more " - "info.", + "Please see " + "https://simgrid.org/doc/latest/Configuring_SimGrid.html#configuring-the-user-code-virtualization for more " + "information.", strerror(errno)); /* This is fatal. We are going to fail at some point when we try reusing this. */ }