- Added taskrc.5 documentation for rc.gc=off.
This commit is contained in:
Paul Beckingham 2010-11-28 16:32:51 -05:00
parent 0ac2b43ad3
commit 2b7452f9a7

View file

@ -146,6 +146,13 @@ files on an NFS mount may need to set locking to "off". Note that there is
danger in setting this value to "off" - another program (or another instance of danger in setting this value to "off" - another program (or another instance of
task) may write to the task.pending file at the same time. task) may write to the task.pending file at the same time.
.TP
.B gc=on
Can be used to temporarily suspend garbage collection (gc), so that task IDs
don't change. Note that this should be used in the form of a command line
override (task rc.gc=off ...), and not permanently used in the .taskrc file,
as this significantly affects performance.
.SS TERMINAL .SS TERMINAL
.TP .TP
.B curses=on .B curses=on