Skip to content

Commit bce8088

Browse files
Tony Sansonekay-kim
authored andcommitted
Updated per @dalyd review.
1 parent cf691b4 commit bce8088

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

source/administration/production-notes.txt

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -801,26 +801,27 @@ configuration, you should:
801801
To learn more about Enhanced Networking, see to the
802802
`AWS documentation <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/enhanced-networking.html#enabling_enhanced_networking>`_.
803803

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.)
808812

809813
- Disable :abbr:`DVFS (dynamic voltage and frequency scaling)` and
810814
:abbr:`CPU (central processing unit)` power saving modes.
811815

812816
.. seealso::
813817

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>`_
818819

819820
- Disable hyperthreading.
820821

821822
.. seealso::
822823

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/>`_.
824825

825826
- Use ``numactl`` to bind memory locality to a single socket.
826827

0 commit comments

Comments
 (0)