Troubleshooting the error "Unable to write to disk due to reaching disk I/O limits"
Last updated 18, Apr 2024
Symptoms
You got an alert for a node:
Unable to write to disk due to reaching disk I/O limits
Solution
- Verify the size of the shards does not exceed 25GB each.
- Verify Slave shards spread across all nodes, multiple slave shards on a specific node can lead to multiple writes to one single node disk
- Consider switching the persistence AOF policy from every write to every second, instead (Append Only File (AoF) one second)