Merge "Fix a typo"
This commit is contained in:
commit
1b1779cc49
@ -1,5 +1,5 @@
|
||||
---
|
||||
features:
|
||||
- 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.
|
||||
|
@ -172,7 +172,7 @@ class NoisyNeighborOptimization(base.Goal):
|
||||
"""NoisyNeighborOptimization
|
||||
|
||||
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.
|
||||
"""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user