Increased memory buffers from 4096 to 8192

This commit is contained in:
Keith Nash
2021-02-19 15:20:51 -06:00
committed by GitHub
parent bc7d0e0e87
commit a68e2ae834

View File

@@ -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