]> git.ipfire.org Git - thirdparty/coreutils.git/commit
sort: by default, do not exceed 3/4 of physical memory
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 10 Jul 2012 23:14:33 +0000 (16:14 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 10 Jul 2012 23:16:33 +0000 (16:16 -0700)
commitc2f590dc9a08dabcd18411bd4a4b85a0a82c2c08
tree92f88765f4510e318ef084693bad089d46629737
parentd569dbe5871d69063bdd05a42d5b3b7bfc233cfd
sort: by default, do not exceed 3/4 of physical memory

* src/sort.c (default_sort_size): Do not exceed 3/4 of total memory.
See Jeff Janes's bug report in
<http://lists.gnu.org/archive/html/coreutils/2012-06/msg00018.html>.
src/sort.c