emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/gcmh 345121d 29/32: Readme update


From: Andrea Corallo
Subject: [elpa] externals/gcmh 345121d 29/32: Readme update
Date: Mon, 16 Nov 2020 17:32:08 -0500 (EST)

branch: externals/gcmh
commit 345121d408cec012b642c7c41fcc88074fe58154
Author: Andrea Corallo <andrea.corallo@arm.com>
Commit: Andrea Corallo <andrea.corallo@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
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]