Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
the8472
4 months ago
|
parent
|
context
|
favorite
| on:
Disk I/O bottlenecks in GitHub Actions
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.
ValdikSS
4 months ago
[–]
unsafe-io eliminates most fsyncs, but not all of them.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Other options are to use an overlay mount with volatile or ext4 with nobarrier and writeback.