second round of edits

This commit is contained in:
Amy Zhou
2022-09-05 21:18:11 -07:00
parent 0c6ccd48af
commit a4db78ee99
6 changed files with 129 additions and 0 deletions

View File

@ -0,0 +1,13 @@
# Enhancing VM Performance
In virtual environments, the cache server egress peaks at around 1.1 Gbps. If you want to maximize the egress in virtual environments, it's critical to change the following two settings:
1. Enable **SR-IOV** in the following three locations:
- The BIOS of the MCC VM
- The MCC VM's network card properties
- The hypervisor for the MCC VM
Microsoft has found these settings to double egress when using a Microsoft Hyper-V deployment.
2. Enable "high performance" in the BIOS instead of energy savings. Microsoft has found this setting to also nearly double egress in a Microsoft Hyper-V deployment.