Comment on Disk I/O bottlenecks in GitHub ActionsparentComments−the84721yNo need for eatmydata, dpkg has an unsafe-io option.Other options are to use an overlay mount with volatile or ext4 with nobarrier and writeback.−ValdikSS1yunsafe-io eliminates most fsyncs, but not all of them.
Comments
No need for eatmydata, dpkg has an unsafe-io option.
Other options are to use an overlay mount with volatile or ext4 with nobarrier and writeback.
unsafe-io eliminates most fsyncs, but not all of them.