sort: default to physmem/8, not physmem/16
commita507ed6ede5064b8f15c979e54e6de3bb478d73e
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 25 Feb 2012 18:32:52 +0000 (25 10:32 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 25 Feb 2012 18:34:57 +0000 (25 10:34 -0800)
treee39fa99a4dd25b03b3021769f8a44bc635a79a91
parent4624581d53709bc408d5d49e05c04f175bbb62b1
sort: default to physmem/8, not physmem/16

* src/sort.c (default_sort_size): Don't divide advice by 2.
Just divide the hard limits by 2.  This matches the comments.
Reported by Rogier Wolff in http://bugs.gnu.org/10877
src/sort.c