Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Re-enable Hyper-V with XML code

Featured Replies

Hi there,

 

I found this information about increasing the performance of my vm.

 

Due to the fact that the guide is over a year old, I just want to ask, if this guide is still valid/useful (even for AMD CPUs?) or if it's outdated.

I also ask because my <features> code block doesn't look like the one below. 

 

Maybe some one can this point out.

 

Thanks

 

Quote

In addition to the settings above, you may find that the settings below improve your VM’s performance even further. They may also cause unexpected results, and no warranty of any kind is given (expressly or implied) if you decide to use them.
That said, I am using them and I have noticed that performance has increased significantly.

 

Replace the entire <features>…</features> code block with the section below.

 

<features> 
  <acpi/> 
  <apic/> 
  <hyperv> 
    <relaxed state='on'/> 
    <vapic state='on'/> 
    <spinlocks state='on' retries='8191'/> 
    <vpindex state='on'/> 
    <synic state='on'/> 
    <stimer state='on'/> 
    <reset state='on'/> 
    <vendor_id state='on' value='1234567890ab'/> 
    <frequencies state='on'/> 
  </hyperv> 
  <kvm> 
    <hidden state='on'/> 
  </kvm> 
  <vmport state='off'/> 
  <ioapic driver='kvm'/> 
</features>

 

And replace the <clock>…</clock> code block with the section below.

<clock offset='localtime'> 
  <timer name='rtc' present='no' tickpolicy='catchup'/> 
  <timer name='pit' present='no' tickpolicy='delay'/> 
  <timer name='hpet' present='no'/> 
  <timer name='hypervclock' present='yes'/> 
  <timer name='tsc' present='yes' mode='native'/> 
</clock>

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.