Recent content by _gabriel

  1. G

    Garbage collection speed

    GC is faster since version 3.4 (released april 2025)
  2. G

    About idle CPU utilization on windows 11

    indeed, as non "Host" type CPU disable "Nested virtualization" used for "Virtualization-based Security (VBS)" since Windows 11 24H2.
  3. G

    Very slow download speed - better upload speed

    Try disabling offloading features, to start with : ethtool -K eno1 gso off gro off tso off These settings are lost at reboot
  4. G

    Very slow download speed - better upload speed

    means "Network Interface Card" so output of lspci | grep Ethernet is more useful
  5. G

    Carte graphique Nvidia détecté par windows en tant que contrôleur vidéo 3D après déploiement du passthrough

    Pourquoi ne pas télécharger directement les pilotes pour les modèles mobiles ?! https://fr.download.nvidia.com/Windows/581.08/581.08-notebook-win10-win11-64bit-international-dch-whql.exe
  6. G

    Windows Server 2025 ISO does not boot on Proxmox 9.0.5 (Dell R740xd)

    As posted link, it's a bug with glibc and zfs sparse
  7. G

    Windows Server 2025 ISO does not boot on Proxmox 9.0.5 (Dell R740xd)

    https://forum.proxmox.com/threads/proxmox-ve-9-0-iso-upload-corrupts-some-windows-server-2025-isos.169531/
  8. G

    Feature Request: advanced restore options in GUI

    Have you read the CLI example : https://forum.proxmox.com/threads/feature-request-advanced-restore-options-in-gui.109707/post-747788
  9. G

    PVE9 Memory management problems

    Since PVE 8.1 , clean install set ARC Max size to 10% of physical memory , max to 16 GiB : https://pve.proxmox.com/wiki/ZFS_on_Linux#sysadmin_zfs_limit_memory_usage Existing installation require manual edit : To permanently change the ARC limits to 16 GiB add (or change if already present) the...
  10. G

    Problem with traffic between VMs on same Host

    post your /etc/network/interfaces
  11. G

    Problem with traffic between VMs on same Host

    is using Masquerading NAT ? if yes, don't forget additionnal iptables rule PREROUTING -i fwbr+ ... --zone 1 https://pve.proxmox.com/wiki/Network_Configuration
  12. G

    [SOLVED] Firewall not dropping traffic to host

    it's expected as tcdump show all packets on the interface, dropped or not.