Fix a typo
Update the "peformance" to "performance" Change-Id: Ief94893db2a3d6d83d865cfe2aa45f524309ff8d
This commit is contained in:
parent
84fb7423f1
commit
4a3a50435a
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
features:
|
features:
|
||||||
- Added strategy to identify and migrate a Noisy Neighbor - a low priority VM
|
- Added strategy to identify and migrate a Noisy Neighbor - a low priority VM
|
||||||
that negatively affects peformance of a high priority VM by over utilizing
|
that negatively affects performance of a high priority VM by over utilizing
|
||||||
Last Level Cache.
|
Last Level Cache.
|
||||||
|
@ -172,7 +172,7 @@ class NoisyNeighborOptimization(base.Goal):
|
|||||||
"""NoisyNeighborOptimization
|
"""NoisyNeighborOptimization
|
||||||
|
|
||||||
This goal is used to identify and migrate a Noisy Neighbor -
|
This goal is used to identify and migrate a Noisy Neighbor -
|
||||||
a low priority VM that negatively affects peformance of a high priority VM
|
a low priority VM that negatively affects performance of a high priority VM
|
||||||
in terms of IPC by over utilizing Last Level Cache.
|
in terms of IPC by over utilizing Last Level Cache.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user