X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2Fusers_guide%2Fruntime_control.xml;h=defae2282316c98acb5f021e620bef09633c5657;hb=HEAD;hp=be341b220dde554fc9c1061369bd431dab15debd;hpb=d73c1bce81d47da67c20eef3fb22e68c14b380aa;p=ghc-hetmet.git diff --git a/docs/users_guide/runtime_control.xml b/docs/users_guide/runtime_control.xml index be341b2..defae22 100644 --- a/docs/users_guide/runtime_control.xml +++ b/docs/users_guide/runtime_control.xml @@ -329,7 +329,7 @@ char *ghc_rts_opts = "-H128m -K1m"; with a message like “failed to mmap() memory below 2Gb”. If you need to use this option to get GHCi working on your machine, please file a bug. - + On 64-bit machines, the RTS needs to allocate memory in the low 2Gb of the address space. Support for this across @@ -495,7 +495,7 @@ char *ghc_rts_opts = "-H128m -K1m"; generation gen and higher. Omitting gen turns off the parallel GC completely, reverting to sequential GC. - + The default parallel GC settings are usually suitable for parallel programs (i.e. those using par, Strategies, or with multiple @@ -509,7 +509,7 @@ char *ghc_rts_opts = "-H128m -K1m"; restrict parallel GC to the old generation with -qg1. - + @@ -524,7 +524,7 @@ char *ghc_rts_opts = "-H128m -K1m"; generation gen and higher. Omitting gen disables load-balancing entirely. - + Load-balancing shares out the work of GC between the available cores. This is a good idea when the heap is @@ -817,7 +817,7 @@ char *ghc_rts_opts = "-H128m -K1m"; - The peak memory the RTS has allocated from the OS. + The peak memory the RTS has allocated from the OS. @@ -1012,12 +1012,12 @@ char *ghc_rts_opts = "-H128m -K1m"; - How many page faults occured this garbage collection. + How many page faults occurred this garbage collection. - How many page faults occured since the end of the last garbage + How many page faults occurred since the end of the last garbage collection. @@ -1209,7 +1209,7 @@ char *ghc_rts_opts = "-H128m -K1m"; - An RTS debugging flag; only availble if the program was + An RTS debugging flag; only available if the program was linked with the option. Various values of x are provided to enable debug messages and additional runtime sanity checks