Jump to content

Adem

Members
  • Posts

    17
  • Joined

  • Last visited

Posts posted by Adem

  1. i have an dl380p gen8 with two 2667 v2.

    when i assign to te vm only te real cores. it will be fast like this:
    image.png.a4a795ee406fb882982d9b7588bbf38b.pngimage.png.fddab9e3a56a3920a6b3963540306bb8.png

     

    but when i assign the core+ht it will be "slower"

    image.png.410310bda32bac7ea477e38d8f5ba64e.pngimage.png.ef0df0bcf0bd9e6e9b892e118dee4162.png

     

    idk why. even when i set all only ht cores. it will be fast as the "real" cores.

    ty for ur answers.

     

     

     

  2. hi

    im havving issues with my windows 10 vm.

     

    i got only 500mbit instead of 1gbit. i tested the speed with another pc.

    i installed the latest virtio drivers. also i tried both network models (virtio-net & virtio.

     

    next week im getting 10gbit internet here and i really cant use this then...

     

    ty for any help

  3. On 10/10/2021 at 9:39 AM, mgutt said:

    Das ist normal bei "Performance" und hat keinen großen Einfluss auf den Verbrauch. Es kann bei latenzkritischen Anwendungen sogar eher zu Instabilitäten führen, weshalb Performance auch der Default ist.

     

    Ob demand geht nur beim alten Treiber = alte CPUs. Das würde ich schon gar nicht einsetzen. Bedenke, dass diese Treiber von Intel selbst entwickelt wurden. Wenn probiere Powersave. 

     

    Wenn du Strom sparen willst, schau dir powertop und die c-states an, die die Spannungsversorgung der CPU, des CPU-Paketes und der VRMs regeln. Powersave bringt vielleicht 1 bis 2W. Einfach Mal im powertop Thread lesen. Dort hat es schon jemand ausprobiert.

     

    Außerdem ASPM im BIOS checken.

    ist es normal, dass mir jetz unraid 5ghz zeigt aber in der windows vm nur 4ghz?

  4. On 7/27/2020 at 2:06 AM, mtongnz said:

    I know this is a slightly older thread but I thought I'd share what I've done. 

     

    The power button on my rig will power the system on as normal.  I'd imagine holding it once on will force a power off but I don't really want to test this - worst case, I can just pull power.  If I want to shutdown the server, I use the web gui.

     

    Once unRaid is botoed, the power button will toggle my Windows VM on or off.  In Windows power management, I've set it so the power button puts the machine to sleep - this makes it start up faster.

     

    First create a script in User Scripts.  I called mine vmStartStop and it toggles a VM called Windows 10.

    #! /bin/bash
    
    # if domain is running, shut down
    if virsh list | grep "Windows 10 .*running" ; then
      virsh shutdown "Windows 10"
    
    # resume domain if it's paused
    elif virsh list | grep "Windows 10 .*paused" ; then
      virsh resume "Windows 10"
    elif virsh list | grep "Windows 10 .*pmsuspended" ; then
      virsh dompmwakeup "Windows 10"
    
    # otherwise start domain
    else
      virsh start "Windows 10"
    fi

     

     

    Than edit /etc/acpi/acpi_handler.sh as per the post above.  Change the power line to point at your user script (the path is at the top of the edit script page).  Don't forget the . at the start of the line:

    power) . /boot/config/plugins/user.scripts/scripts/vmStartStop/script

    Hope this helps someone.

     

    here how i "overwrite" it after first array start with user scripts:

     

    #!/bin/bash
    sed -i 's|power) /sbin/init 0|power) . /boot/config/plugins/user.scripts/scripts/vmStartStop/script|g' /etc/acpi/acpi_handler.sh

     

  5. 2 hours ago, Vr2Io said:

    I don't think setting intel_pstate=disable in syslinux.cfg was correct, I don't need setting anything for my 9700K with Unraid. Just install "Tips and Tweaks" to adjust what power plan I like.

    Even no plugin, 9700K still work well in native official setup with default "on demand" governor.

     

    For 800MHz clock rate, it really too low and you wouldn't saving much power.

     

    I suggest you review the BIOS setting, i.e. turn off some gaming / high performance setting.

     

    i even cant select demond without setting intel_pstate=disable in syslinux.cfg. after i set, i can select on demand....

  6. 29 minutes ago, Vr2Io said:

    Default CPU Scaling Governor was "on demand", did you change that ?

     

    Pls also check does BIOS have set never down clock.

    i changed my syslinux.cfg to "append intel_pstate=disable initrd=/bzroot" and it was downclocking now

    if i set to on demand its going around to 2ghz. if i set to power safe it downclocks to 800mhz but my vms arent starting anymore, idk why

     

     

     

     

    nun habe ich in meiner syslinux.cfg dies angepasst:

    append intel_pstate=disable initrd=/bzroot

     

    in Tips and Tweaks habe ich auf power safe gesetzt, jedoch starten meine vms nicht mehr aber cpu geht auf 800mhz.

    on demand starten meine vms aber in idle sind diese auf 2ghz.

     

     

    irgendwie muss dies doch möglich sein.

  7. hallo zusammen

     

    mein 9900ks ist permanent bei unraid auf 5ghz, auch wenn nichts drauf läuft. (keine schreib oder lesevorgänge, keine vm, docker). ich weiss, dies ist nicht gerade die effizenteste cpu dafür. die cpu ist nicht übertaktet und bios ist auf stock, bis auf der virtualisation und onboard gpu ist aktiviert.

     

    normalerweise sollte die cpu bei idle 800mhz haben.

     

    die geschwindigkeit lese ich hiermit aus:

    watch "(lscpu | grep MHz)"

     

    ist dies eventuell, dass meine onboard gpu aktiviert ist?

    danke für eure hilfe!

     

  8. Hi

     

    I did an small build for my unraid server. now im stuck for passtrough my usb controller.

    My Z390-I Strix ITX has only one USB controller and in this controller is unraid.

     

    i need one controller for my vm. i cant use another usb pci card, because i have an gpu.

     

    is there any way to passtrough my usb controller to my vm?

     

    im not sure if i can use unraid to an small ssd, connected to an sata.

     

    ty for any help

×
×
  • Create New...