From a68e2ae834b110b0d683d9801431fa236b9eb570 Mon Sep 17 00:00:00 2001 From: Keith Nash Date: Fri, 19 Feb 2021 15:20:51 -0600 Subject: [PATCH] Increased memory buffers from 4096 to 8192 --- disk-burnin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/disk-burnin.sh b/disk-burnin.sh index 0c49291..2efde43 100755 --- a/disk-burnin.sh +++ b/disk-burnin.sh @@ -559,7 +559,7 @@ run_smart_test() { run_badblocks_test() { log_header "Running badblocks test" if [ "${DISK_TYPE}" != "SSD" ]; then - dry_run_wrapper "badblocks -b 4096 -wsv -e ${BB_E_ARG} -o \"${BB_File}\" \"${DRIVE}\"" + dry_run_wrapper "badblocks -b 8192 -wsv -e ${BB_E_ARG} -o \"${BB_File}\" \"${DRIVE}\"" else log_info "SKIPPED: badblocks for ${DISK_TYPE} device" fi