diff options
author | Pádraig Brady <P@draigBrady.com> | 2013-11-07 11:57:09 +0000 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2013-11-08 13:39:35 +0000 |
commit | c2eaef2f57153a22b6dc075b1adc9fde1a4eb7bd (patch) | |
tree | 746f4aab9dbb815268574b59ea229a7777f69c47 /NEWS | |
parent | c93d5b4aa7f675dabaebf5e4ee9583162e4c977d (diff) | |
download | coreutils-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-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |