sanitation@lemmy.today to Technology@lemmy.worldEnglish · 1 month agoOpenAI Codex bombards SSDs with needless write operations, costing millionswww.theregister.comexternal-linkmessage-square33linkfedilinkarrow-up1316arrow-down11
arrow-up1315arrow-down1external-linkOpenAI Codex bombards SSDs with needless write operations, costing millionswww.theregister.comsanitation@lemmy.today to Technology@lemmy.worldEnglish · 1 month agomessage-square33linkfedilink
minus-squaretal@lemmy.todaylinkfedilinkEnglisharrow-up8·1 month agoIf you’re on Linux and aren’t particularly fussed about any issues stemming from power loss, you can probably run it under eatmydata and it’ll disable SQLite calls to fsync().
If you’re on Linux and aren’t particularly fussed about any issues stemming from power loss, you can probably run it under
eatmydataand it’ll disable SQLite calls tofsync().