You are not logged in.
Pages: 1
when i run some software i notice some increase in harddrive temperature, is there any chance to disable fsync, i can write some script in bash, just don't know how to start this
Offline
May I suggest improving airflow in HDD bays instead?
Why would you want to do that? Any data "written" by applications will sooner or later be actually written to disk by the kernel even if applications don't call fsync.
Offline
If it's sqlite doing the fsync'ing, then see compilation option.
Offline
eatmydata/libeatmydata is available in the AUR.
Last edited by MoSal (2015-12-21 10:22:34)
Offline
eatmydata/libeatmydata is available in the AUR.
how to utilize this library, from bash by script ??
Offline
MoSal wrote:eatmydata/libeatmydata is available in the AUR.
how to utilize this library, from bash by script ??
eatmydata command [args]Offline
Pages: 1