• Home
  • About us
  • Contact
  • Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

Welcome to www.DoitFixit.com

www.doitfixit.com

  • Microsoft
  • Fortinet
  • Symantec
  • Office 365
  • Azure
  • Others
  • Show Search
Hide Search

Slow Network Speed with Hyper-V Virtual Machines on Windows Server Server 2019

January 15, 2020 By Damitha Anuradha Leave a Comment

You may experience slow network speed with Hyper-V Virtual Machines on Windows Server 2019. This issue has been caused by Microsoft’s new feature called “Receive Segment Coalescing (RSC)”. However RSC in the vSwitch is a feature in Windows Server 2019 and Windows 10 October 2018 Update that helps reduce host CPU utilization and increases throughput for virtual workloads by coalescing multiple TCP segments into fewer, but larger segments. Processing fewer, large segments (coalesced) is more efficient than processing numerous, small segments.

You can get more details from Microsoft.

According to Microsoft, by default on Hyper-V external switches RSC is enabled. You can view this by below command.

Get-VMSwitch -Name <vSwitchName> | Select-Object *RSC*

01-RSC Status on Hyper-V VM Switch

Disable RSC and check for the network issue.

Note: RSC in the vSwitch can be enabled and disabled on the fly without impact to existing connections.

Set-VMSwitch -Name <vSwitchName> -EnableSoftwareRsc $false

02-Disable RSC Status on Hyper-V VM Switch

If you want to re-enable RSC you can use the below command.
Set-VMSwitch -Name <vSwitchName> -EnableSoftwareRsc $True

 

Reader Interactions

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Primary Sidebar

Recent Posts

  • privacy
  • Veeam Backup – Failed to prepare guests for volume snapshot
  • How to Configure/Integrate FortiClient EMS with FortiAnalyzer
  • Backup Hyper-V Virtual Machines with Pass-Through Disks
  • Slow Network Speed with Hyper-V Virtual Machines on Windows Server Server 2019
  • Block MS Exchange Server OWA access from Internet
  • Error 1168 – The specified product key could not be validated.
  • Unable to Enable Desktop Icons after Joining to the Domain
  • Veritas BackupExec – A backup set was created which contains no data 0xe00084b7
  • Download Offline Address Book – Unexpected Error has occurred

Deprecated: genesis_footer_creds_text is deprecated since version 3.1.0! Use genesis_pre_get_option_footer_text instead. This filter is no longer supported. You can now modify your footer text using the Theme Settings. in /home/wwwdoitf/public_html/wp-includes/functions.php on line 5238