libeatmydata

LD_PRELOAD library to disable fsync and improve I/O performance

brewmacoslinux
Try with needOr install directly
Source

About

LD_PRELOAD library and wrapper to transparently disable fsync and related calls

Commands

eatmydata

Examples

Run a command with fsync disabled to speed up disk I/O$ eatmydata ./slow_io_script.sh
Speed up package installation by disabling fsync calls$ eatmydata brew install some-package
Use directly with LD_PRELOAD for granular control$ LD_PRELOAD=/usr/local/lib/libeatmydata.so your_command