Improve shred throughput with adaptive chunksize #98

Open
localhorst wants to merge 1 commits from feature/adaptive-chunksize into master
Owner
  • Start with the current chunk size (32 MB)
  • Measure every 64 chunks
  • Increase by +2 MB if performance improves
  • Decrease by -4 MB if performance worsens
  • Range: 16 MB – 128 MB
* Start with the current chunk size (32 MB) * Measure every 64 chunks * Increase by +2 MB if performance improves * Decrease by -4 MB if performance worsens * Range: 16 MB – 128 MB
localhorst added the
enhancement
label 2026-04-28 21:56:15 +02:00
localhorst self-assigned this 2026-04-28 21:56:15 +02:00
localhorst added 1 commit 2026-04-28 21:56:16 +02:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feature/adaptive-chunksize:feature/adaptive-chunksize
git checkout feature/adaptive-chunksize
Sign in to join this conversation.
No description provided.