Recent content by Whatever

  1. W

    Question about NUMA nodes and core pinning

    Check this reply: https://forum.proxmox.com/threads/correct-vm-numa-config-on-2-sockets-host.173595/post-807464
  2. W

    Poor Windows VM Performance with over 64GB RAM assigned

    Please check cat /proc/meminfo| grep Huge In my setup I had to define: hugepagesz=1G hugepages=N default_hugepagesz=1024M Where N - is number of HP with respect to VM memory size P.S as far as I know 1G and 2M hugepages cannot be combined (once again check /proc/memory)
  3. W

    Poor Windows VM Performance with over 64GB RAM assigned

    To use giant pages (hugepages 1024Mb) u need: - explicitly set fixed number of such pages in boot loader (/etc/default/grub or /etc/kernel/cmdline) - set hugepages: 1024 in vm conf file (manually) I would also recommend setting up numa topology in vm config file (manually) - check PVE docs With...
  4. W

    Redhat VirtIO developers would like to coordinate with Proxmox devs re: "[vioscsi] Reset to device ... system unresponsive"

    In our environment, we use dozens of Windows Server 2019/2022, and we don't see any issues with version 1.285 drivers. However, there is only 1 server with the MSSQL database engine (2019, if I'm not mistaken), and I'm not entirely sure if it has been updated to the virtio drives version 1.285...
  5. W

    W2025 virtio NIC -> connection drop outs

    Have you fired bug report on virtio github?
  6. W

    Correct VM NUMA config on 2 sockets HOST

    Thank It's all clear now. Thanks.
  7. W

    Correct VM NUMA config on 2 sockets HOST

    Good day Help me figure out and implement the correct virtual machine configuration for a dual-socket motherboard (PVE 8.4, 6.8.12 kernel) Given: root@pve-node-04840:~# lscpu Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Address sizes: 46 bits physical, 48 bits virtual Byte Order...
  8. W

    Redhat VirtIO developers would like to coordinate with Proxmox devs re: "[vioscsi] Reset to device ... system unresponsive"

    I didn't manage to insall v266 on dozen of my vms. MSI fails with revert unfortunately
  9. W

    [viogpu3d] Virtio GPU 3D acceleration for windows

    Does anyone have precompiled drivers?
  10. W

    Redhat VirtIO developers would like to coordinate with Proxmox devs re: "[vioscsi] Reset to device ... system unresponsive"

    On half of my servers I can't install new Virtio Tools. Setup breaks and reverts with error 0x80070643 Any clue what could be wrong?
  11. W

    Redhat VirtIO developers would like to coordinate with Proxmox devs re: "[vioscsi] Reset to device ... system unresponsive"

    From my perspective virtio scsci driver is the key here. Still waiting for any progress from virtio devs. Be free to ping them at the corresponding topic at the github (check the link in messages above)
  12. W

    Memory leak(?) on 6.8.4-2/3 PVE 8.2

    I’m still on pve 6.5 Will wait up to 2-3 kernel updates before an upgrade