summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2013-11-07 11:57:09 +0000
committerPádraig Brady <P@draigBrady.com>2013-11-08 13:39:35 +0000
commitc2eaef2f57153a22b6dc075b1adc9fde1a4eb7bd (patch)
tree746f4aab9dbb815268574b59ea229a7777f69c47 /NEWS
parentc93d5b4aa7f675dabaebf5e4ee9583162e4c977d (diff)
downloadcoreutils-c2eaef2f57153a22b6dc075b1adc9fde1a4eb7bd.tar.xz
shred: increase I/O block size for periodic pattern case
* src/shred.c (dopass): In the periodic pattern case increase the I/O block size from 12KiB to 60KiB (also a multiple of 3 and 4096). * NEWS: Adjust accordingly.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 79665ac8b..7028c0d69 100644
--- a/NEWS
+++ b/NEWS
@@ -97,7 +97,7 @@ GNU coreutils NEWS -*- outline -*-
Reservoir sampling is used to limit memory usage based on the number of
outputs, rather than the number of inputs.
- shred increases write block size from 12KiB to 64KiB when possible,
+ shred increases the default write block size from 12KiB to 64KiB
to align with other utilities and reduce the system call overhead.
split --line-bytes=SIZE, now only allocates memory as needed rather