The mycroft_voice container which runs the mycroft.client.speech Python process writes a "lot" on the disk because of the microphone level meter feature (thanks @JarbasAl for pointing this).
This is a sample of 11 minutes monitoring the IOPS:
Total DISK READ: 0.00 B/s | Total DISK WRITE: 40.46 K/s
Current DISK READ: 0.00 B/s | Current DISK WRITE: 44.13 K/s
PID PRIO USER DISK READ DISK WRITE SWAPIN IO> COMMAND
177310 ?sys pi 0.00 B 44.41 M 0.00 % 0.88 % python -m mycroft.client.speech
iostat -dmzx 1 sample:
On a normal drive this is not an issue but on an SD Card it could be pretty disruptive.
The
mycroft_voice
container which runs themycroft.client.speech
Python process writes a "lot" on the disk because of the microphone level meter feature (thanks @JarbasAl for pointing this).This is a sample of 11 minutes monitoring the IOPS:
iostat -dmzx 1
sample:On a normal drive this is not an issue but on an SD Card it could be pretty disruptive.