Reemphasizedd the need to use fast disks like an SSD.

Change-Id: I880352c6651cb8d8d05016f7dba6bea58e5ae588
This commit is contained in:
Patrick Petit 2016-09-12 13:00:39 +02:00
parent a86502182e
commit c8088d5e80
1 changed files with 4 additions and 2 deletions

View File

@ -16,7 +16,9 @@ Requirements
| Hardware configuration| The hardware configuration (RAM, CPU, disk(s)) required by this plugin |
| | depends on the size of your cloud environment and other factors like |
| | the retention policy. An average setup would require a quad-core |
| | server with 8 GB of RAM and access to a 500-1000 IOPS disk. |
| | server with 8 GB of RAM and access to a 500-1000 IOPS disk. For |
| | sizeable production deployments it is strongly recommended to use a |
| | disk capable of 1000+ IOPS like an SSD. |
| | See the `InfluxDB Hardware Sizing Guide |
| | <https://docs.influxdata.com/influxdb/v0.10/guides/hardware_sizing/>`_ |
| | for additional sizing information. |
@ -24,4 +26,4 @@ Requirements
| | It is highly recommended that you use a dedicated disk for your data |
| | storage. Otherwise, the InfluxDB-Grafana Plugin will use the root |
| | file system by default. |
+-----------------------+------------------------------------------------------------------------+
+-----------------------+------------------------------------------------------------------------+