From 806cbd470f564c08284f897c125f62e600317e9b Mon Sep 17 00:00:00 2001 From: zhangshj Date: Sat, 15 Sep 2018 15:07:45 +0800 Subject: [PATCH] Fix a spelling mistake. Change-Id: Ica960b32b9b94e2513ca932949ca49cfcf89579b --- environments/compute-real-time-example.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environments/compute-real-time-example.yaml b/environments/compute-real-time-example.yaml index 47bbc24a81..4861b0cbbb 100644 --- a/environments/compute-real-time-example.yaml +++ b/environments/compute-real-time-example.yaml @@ -19,7 +19,7 @@ parameter_defaults: ## You must change these values accordingly to your hardware IsolCpusList: "2,3" # Logical CPUs list to be isolated from the host process (applied via cpu-partitioning tuned). - # It is mandatory to provide isolated cpus for tuned to achive optimal performance. + # It is mandatory to provide isolated cpus for tuned to achieve optimal performance. # Example: "3-8,12-15,18" NovaVcpuPinSet: "2,3" # Cores to pin Nova instances to. For maximum performance, select cores # on the same NUMA node(s) selected for previous settings.