branch: externals/gcmh commit 345121d408cec012b642c7c41fcc88074fe58154 Author: Andrea Corallo <andrea.cora...@arm.com> Commit: Andrea Corallo <andrea.cora...@arm.com>
Readme update --- README.org | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.org b/README.org index 2fe7044..2148a61 100644 --- a/README.org +++ b/README.org @@ -3,11 +3,11 @@ * GCMH - the Garbage Collector Magic Hack Enforce a sneaky Garbage Collection strategy to minimize GC interference with - the activity. + user activity. During normal use a high GC threshold is set. - When idling GC is immediately triggered and a low threshold is set. + When idling GC is triggered and a low threshold is set. A more detailed explanation of the rationale behind this can be found at: @@ -15,10 +15,10 @@ - WARNING - In case Emacs is used in a system already under severe memory pressure - be sure to understand how GCMH works and trim ~gcmh-high-cons-threshold~ - accordingly. Default value may be to big and/or GCMH may not fit your use - case. + In case Emacs is used in a system already under severe memory + pressure be sure to understand how GCMH works and trim + ~gcmh-high-cons-threshold~ accordingly. Default value may be to + big and/or GCMH may not fit your use case. ** Usage