doc: mention the improved sort memory allocation

* NEWS: Mention the improvement.
This commit is contained in:
Pádraig Brady
2012-07-12 15:02:19 +01:00
parent 3900871c3a
commit 8523a37c85
+4
View File
@@ -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]