summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2016-06-13 16:06:22 +0100
committerPeter Stephenson <pws@zsh.org>2016-06-13 16:06:22 +0100
commit3859aac04e6331a939e3d6b33431ba24fb68e055 (patch)
tree2bac8760a1408953551e4bcacffab6cd260d3123 /ChangeLog
parent7badf262c1a33c8c5f7ee8ccc152733fcb5a05f7 (diff)
downloadzsh-3859aac04e6331a939e3d6b33431ba24fb68e055.tar.gz
zsh-3859aac04e6331a939e3d6b33431ba24fb68e055.tar.xz
zsh-3859aac04e6331a939e3d6b33431ba24fb68e055.zip
users/21632: Use of REPORTMEMORY variable
If the child's resisdent set size in megabytes exceeds this, print
out the resource (TIMEFMT) string.  Document you need to add memory
usage to this by hand.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f6e70e50e..d5e7e588f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-06-13  Peter Stephenson  <p.stephenson@samsung.com>
+
+	* users/21632: Doc/Zsh/params.yo, Src/jobs.c: REPORTMEMORY
+	parameter gives minimum size to trigger usage report.
+
 2016-06-13  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
 	* 38653 + 38657: Doc/Zsh/builtins.yo, Src/exec.c,