doc: mention the improved sort memory allocation
authorPádraig Brady <P@draigBrady.com>
Thu, 12 Jul 2012 14:02:19 +0000 (15:02 +0100)
committerPádraig Brady <P@draigBrady.com>
Thu, 12 Jul 2012 22:56:42 +0000 (23:56 +0100)
* NEWS: Mention the improvement.

NEWS

diff --git a/NEWS b/NEWS
index 3aff3a8..b8d3cbb 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -52,6 +52,10 @@ GNU coreutils NEWS                                    -*- outline -*-
   or unwritable output.  Sort now diagnoses certain errors at start-up,
   rather than after potentially expensive processing.
 
+  sort now allocates no more than 75% of physical memory by default,
+  to better share system resources, and thus operate more efficiently.
+  [The default max memory usage changed from 50% to 100% in coreutils-8.16]
+
 
 * Noteworthy changes in release 8.17 (2012-05-10) [stable]