Influxdb leads to 100% I/O of the host

Docker has deployed InfluxDB, the current data is about 700G and the host machine is IO100%. What is the reason for this? Is there a screening protocol?

Hello @hc930914,
Welcome!
What image? and What is your series cardinality and ingest rate?

image

The deployment of statements:
docker run -d --restart=always -m 30G -p 8086:8086 -p 8088:8088 -v /data/influxdb:/var/lib/influxdb -v /data/influxdb/influxdb.conf:/etc/influxdb/influxdb.conf:ro -e INFLUXDB_DB=hxc_cloud -e INFLUXDB_ADMIN_USER=root -e INFLUXDB_ADMIN_PASSWORD=xxx -e INFLUXDB_USER=xxx INFLUXDB_USER_PASSWORD=xxx -e INFLUXDB_GRAPHITE_ENABLED=true -e INFLUXDB_HTTP_AUTH_ENABLED=true --name influxdb influxdb:1.8.2

About 5GB of data is written every day

Hello @hc930914,
What are you running it on?

Thanks for your reply!

I used Docker for deployment.