X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2Fusers_guide%2Fruntime_control.xml;h=40409131cc3729d829a53c329d5b7453554e6305;hb=5cf5ededd8d02a5af4d395ffeb78b0e45c531139;hp=14732c57c3aa52da7a6e812ebbae65b12b130a8f;hpb=63dd4db64df2949448ceef1adb3c885c3ebb03b9;p=ghc-hetmet.git diff --git a/docs/users_guide/runtime_control.xml b/docs/users_guide/runtime_control.xml index 14732c5..4040913 100644 --- a/docs/users_guide/runtime_control.xml +++ b/docs/users_guide/runtime_control.xml @@ -62,7 +62,7 @@ +RTS -M128m -RTS to the command line. - + Setting global RTS options RTS optionsfrom the environment @@ -130,6 +130,15 @@ things like ctrl-C. This option is primarily useful for when you are using the Haskell code as a DLL, and want to set your own signal handlers. + + Note that even + with , the RTS + interval timer signal is still enabled. The timer signal + is either SIGVTALRM or SIGALRM, depending on the RTS + configuration and OS capabilities. To disable the timer + signal, use the -V0 RTS option (see + above). + @@ -1286,7 +1295,6 @@ $ ./a.out +RTS --info