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.

Windows 11 VM CPU 100%

Featured Replies

I have a problem with my VM. At some point this runs into 100% CPU utilization.

BlueIris and Jellyfin are installed on the VM. I also passed on a share and implemented it as a drive so that Jellyfin can access it.

At first I only installed BlueIris and didn't notice this problem. Only after Jellyfin or the share were set up as a drive did these problems arise. But it can also be a fallacy. I can no longer access via VNS or Windows remote access.

 

Does anyone have any ideas on how I can investigate this further?

 

image.thumb.png.96f157f9990cb8f2980e60b4465e9448.png

 

image.thumb.png.925bd31bf8c79a99f991ce1d481e2f1a.pngimage.thumb.png.00c81de3b9e8540e91f68969609acc4b.png

 

Solved by timomatrixer

Reboot the VM?

  • Author

Helps not really. After some time it comes back

Edited by timomatrixer

  • Author

Any suggestions?

  • Community Expert
12 minutes ago, timomatrixer said:

Any suggestions?

are you using virtiofs for the share, there is known issue which can cause this type of effect.

 

 

  • Author

Yes

image.png.16b6f2cd47062b4103f6964d84741a89.png

Is there another mode possible? In WIN11 via SMB is no option for me, because Jellyfin can't use SMB Oo

Also: I can't use a jellyfin docker, because I need the GPU passthrough for BlueIris in Win11 and also for jellyfin.

Edited by timomatrixer

  • Community Expert
13 hours ago, timomatrixer said:

Yes

image.png.16b6f2cd47062b4103f6964d84741a89.png

Is there another mode possible? In WIN11 via SMB is no option for me, because Jellyfin can't use SMB Oo

Also: I can't use a jellyfin docker, because I need the GPU passthrough for BlueIris in Win11 and also for jellyfin.

No 9p is only valid for linix. Could you use nfs?

  • Author

NFS is also buggy on unraid... or am I confused?

image.thumb.png.5b9034fe73c56532c28546852c4f1458.png

image.png.7d05e8b7b207a5f98a8dda98e658daaa.png

image.png.eb5656b0b88bdd53daf18d1c7ddc2ce0.png

I tried also with security: public. Same problem

 

 

 

Edited by timomatrixer

  • Author

Come on. I need to solve this problem. I need a share in Windows vm. That has to work with no performance issues 

Edited by timomatrixer

  • Author

Me again. I found this topic 

 where you @SimonF keep the crowd updated. I Hope the new Update with newer qemu is comeing soon Oo

  • Community Expert
1 hour ago, timomatrixer said:

Me again. I found this topic 

 where you @SimonF keep the crowd updated. I Hope the new Update with newer qemu is comeing soon Oo

Not sure what you are looking for me to respond with? I don't use NFS so not sure on what to advise. Note most people are responding on here in their own free time.

  • Author

I just wanted to point out that the topic has already been widely discussed. I just discovered that too late. Sorry for that. I also have the problem with the Windows VM that the Share implementation (VirtioFS) causes the resulting Windows freeze problem (CPU 100% and no response). 

  • Author

There is still no temporary solution right? I read there that a new Unraid release is needed, or did I misunderstood something?

AFAIK virtiofs is itself a bit beta on Windows - so that would have to get reliable first, not much unraid can do about it

Edited by Kilrah

  • Community Expert
17 hours ago, timomatrixer said:

There is still no temporary solution right? I read there that a new Unraid release is needed, or did I misunderstood something?

No workaround currently, on my gitlab post someone said it looks like it was resolved with 7.2 and above. I expect next Unraid release to be using 8.1 release path.

 

  • 4 weeks later...
On 12/1/2023 at 7:06 AM, timomatrixer said:

I think It is solved. No crashes since 3 Days with the Update 6.12.5

https://docs.unraid.net/unraid-os/release-notes/6.12.5/

 

I'm also having this issue where just idling of Windows 11 on the desktop puts me at 50-70% CPU usage (4 cores / 8 threads on a i7-10700) and launching chrome permanently has me using 100% of CPU. I just updated to 6.12.6 to see if that would help but it hasn't changed much. I saw the below thread too - any idea what things i should do to make performance much better for my Win11 VM? This all started happening when i enabled secure boot and TPM on my Windows 10 VM to allow it to upgrade to Win11.

 

 

  • Community Expert
8 hours ago, Linguafoeda said:

 

I'm also having this issue where just idling of Windows 11 on the desktop puts me at 50-70% CPU usage (4 cores / 8 threads on a i7-10700) and launching chrome permanently has me using 100% of CPU. I just updated to 6.12.6 to see if that would help but it hasn't changed much. I saw the below thread too - any idea what things i should do to make performance much better for my Win11 VM? This all started happening when i enabled secure boot and TPM on my Windows 10 VM to allow it to upgrade to Win11.

 

 

Try setting these clocks.

 

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

54 minutes ago, SimonF said:

Try setting these clocks.

 

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

 

Should I do that if I've already set the below command based on the instructions in m00nman's thread? What does setting the above arguments do?

 

My current one looks like below: 

<clock offset='localtime'>
<timer name='hypervclock' present='yes'/>
<timer name='hpet' present='no'/>
</clock>

 

  • Community Expert
2 hours ago, Linguafoeda said:

 

Should I do that if I've already set the below command based on the instructions in m00nman's thread? What does setting the above arguments do?

 

My current one looks like below: 

<clock offset='localtime'>
<timer name='hypervclock' present='yes'/>
<timer name='hpet' present='no'/>
</clock>

 

I think those should be fine.

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.