@@ -801,26 +801,27 @@ configuration, you should:
801
801
To learn more about Enhanced Networking, see to the
802
802
`AWS documentation <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/enhanced-networking.html#enabling_enhanced_networking>`_.
803
803
804
- - Use provisioned :abbr:`IOPS (Input/Output Operations Per Second)` for
805
- the storage, with separate devices for journal and data. Do not use
806
- the ephemeral storage available on some instance types as their
807
- performance changes moment to moment.
804
+ If you are concerned more about reproducible performance on
805
+ :abbr:`EC2 (Elastic Compute Cloud)`, you should also:
806
+
807
+ - Use provisioned :abbr:`IOPS (Input/Output Operations Per Second)`
808
+ for the storage, with separate devices for journal and data. Do not
809
+ use the ephemeral (:abbr:`SSD (Solid State Disk)`) storage available
810
+ on most instance types as their performance changes moment to moment.
811
+ (The ``i`` series is a notable exception, but very expensive.)
808
812
809
813
- Disable :abbr:`DVFS (dynamic voltage and frequency scaling)` and
810
814
:abbr:`CPU (central processing unit)` power saving modes.
811
815
812
816
.. seealso::
813
817
814
- - `Amazon documentation on Processor State Control <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/processor_state_control.html>`_
815
-
816
- If you are concerned more about reproducible performance on
817
- :abbr:`EC2 (Elastic Compute Cloud)`, you should also:
818
+ `Amazon documentation on Processor State Control <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/processor_state_control.html>`_
818
819
819
820
- Disable hyperthreading.
820
821
821
822
.. seealso::
822
823
823
- - `Amazon blog post on disabling Hyper-Threading <https://aws.amazon.com/blogs/compute/disabling-intel-hyper-threading-technology-on-amazon-linux/>`_.
824
+ `Amazon blog post on disabling Hyper-Threading <https://aws.amazon.com/blogs/compute/disabling-intel-hyper-threading-technology-on-amazon-linux/>`_.
824
825
825
826
- Use ``numactl`` to bind memory locality to a single socket.
826
827
0 commit comments