[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/gcmh e7af13d 11/32: better readme layout
From: |
Andrea Corallo |
Subject: |
[elpa] externals/gcmh e7af13d 11/32: better readme layout |
Date: |
Mon, 16 Nov 2020 17:32:04 -0500 (EST) |
branch: externals/gcmh
commit e7af13d7743457ed430a9858fa35a3720c55dec6
Author: Andrea Corallo <andrea_corallo@yahoo.it>
Commit: Andrea Corallo <andrea_corallo@yahoo.it>
better readme layout
---
README.org | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
diff --git a/README.org b/README.org
index 298e154..dd53364 100644
--- a/README.org
+++ b/README.org
@@ -4,16 +4,21 @@
Enforce a sneaky Garbage Collection strategy to minimize GC interference with
the activity.
+
During normal use a high GC threshold is set.
+
When idling GC is immediately triggered and a low threshold is set.
+
A more detailed explanation of the rationale behind this can be found at:
[[http://akrl.sdf.org/]]
- WARNING: in case Emacs is used in 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.
+*** 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.
** Usage
- [elpa] branch externals/gcmh created (now 5a83e25), Andrea Corallo, 2020/11/16
- [elpa] externals/gcmh db9eceb 01/32: initial add, Andrea Corallo, 2020/11/16
- [elpa] externals/gcmh 49db303 02/32: initial implementation, Andrea Corallo, 2020/11/16
- [elpa] externals/gcmh 8008009 03/32: some minor fixes, Andrea Corallo, 2020/11/16
- [elpa] externals/gcmh 920bc52 05/32: better comments, Andrea Corallo, 2020/11/16
- [elpa] externals/gcmh 1953d91 15/32: Merge branch 'master' into 'master', Andrea Corallo, 2020/11/16
- [elpa] externals/gcmh 5bf0ed3 16/32: Prevent duplicate idle timers being created, Andrea Corallo, 2020/11/16
- [elpa] externals/gcmh a7f8cc2 17/32: Correct minor typos, Andrea Corallo, 2020/11/16
- [elpa] externals/gcmh 91cd1f7 07/32: autoload minor mode, Andrea Corallo, 2020/11/16
- [elpa] externals/gcmh e7af13d 11/32: better readme layout,
Andrea Corallo <=
- [elpa] externals/gcmh c96bd70 12/32: update readme, Andrea Corallo, 2020/11/16
- [elpa] externals/gcmh 5664cb3 14/32: Add garbage collection start message, Andrea Corallo, 2020/11/16
- [elpa] externals/gcmh 75de01e 04/32: add missing requires, Andrea Corallo, 2020/11/16
- [elpa] externals/gcmh c1bc27a 06/32: Add readme, Andrea Corallo, 2020/11/16
- [elpa] externals/gcmh 65787bc 08/32: typo fix, Andrea Corallo, 2020/11/16
- [elpa] externals/gcmh f542908 19/32: Merge branch 'feature/prevent-duplicate-timers' into 'master', Andrea Corallo, 2020/11/16
- [elpa] externals/gcmh f3389e9 26/32: Always use `setf' in place of `setq', Andrea Corallo, 2020/11/16
- [elpa] externals/gcmh 345121d 29/32: Readme update, Andrea Corallo, 2020/11/16
- [elpa] externals/gcmh 81844fa 09/32: update readme, Andrea Corallo, 2020/11/16
- [elpa] externals/gcmh dd69c84 10/32: add warning into readme, Andrea Corallo, 2020/11/16