Software0 views

OpenAI Codex Bug Causes Excessive SSD Wear Through SQLite Logs

A critical flaw in OpenAI Codex is significantly shortening the lifespan of SSDs by generating massive volumes of unnecessary write operations. The issue stems from SQLite feedback logs recorded by the model, which can grow at an unsustainable rate during normal operation. One developer reported that after only 21 days of uptime, their system logged 37 TB of data, a pace that would likely exhaust a standard SSD's endurance within a single year.

OpenAI is currently developing a patch for this bug, which is being tracked on GitHub under issue #28224. Users concerned about hardware health should monitor their disk activity, as these constant background writes bypass typical cache cycles and commit directly to the storage cells. While a permanent fix is pending, keeping the application closed when not in active use may mitigate the risk of premature hardware failure.