Search results for query: memory usage

  1. A

    Host Memory Usage is full in VM allotted

    i install win 10 with virtio drivers iso and also installed qemu agent in windows 10, task manager shows memory usage in 14% but in vm summary page host memory usage is 100% (that means i alloted 16gb in full use), and also reflect in pve dashboard as i allotted 16gb is in use i attached...
  2. SteveITS

    Windows Guest memory utilization problem on PVE 9.0.x

    Generally a hypervisor sees (simplified) the max memory ever used by the VM because it was allocated there. The VM can free memory by closing programs but that doesn't change the host's perspective because it was already allocated to the VM. Ballooning kicks in when the host is over 80% RAM...
  3. M

    Windows Guest memory utilization problem on PVE 9.0.x

    Ballooning Device is checked in the memory settings. VirtIO Balloon Driver seems to be installed in the VM, not sure how to check if it's actually "running". Status says "running properly". Proxmox says 99% mem used, task manager says like 50% free right after reboot. Now found the driver...
  4. aaron

    Windows Guest memory utilization problem on PVE 9.0.x

    ...Service" running in the Windows guest? Is there no device without a driver in the device manager? One reason why you see a lower memory usage on Proxmox VE 8 in such a situation, compared to 9, is that with 9 we improved the accounting for memory of the VM from the hosts perspective and it...
  5. M

    Windows Guest memory utilization problem on PVE 9.0.x

    ...version 60.80.104.17300, which is the latest x86 version I can find (interestingly not contained in latest ISO) and Proxmox shows 99,23% memory usage. Mem usage for Proxmox 8 was like 66%, so I don't think it's working properly. I have a second Proxmox 8 host with a couple of similar VMs so...
  6. T

    Proxmox host crashes during GPU-accelerated AI workload (suspected memory exhaustion)

    ...RTX 3060 No other VMs or containers are running on this host Issue description: When the AI agent is running, overall system memory usage on the host slowly but steadily increases from ~45% to ~90%. Once this threshold is reached, the Proxmox host experiences a kernel panic and shuts down...
  7. D

    PVE9.x Debian13 LXC /tmp

    ...I set the container memory limit to 1GB, if /tmp directly tries to store more than 1GB, it's not allowed, and the CPU spikes to 99% and memory usage is stuck at 99%. "You can return to /tmp being a regular directory by running `systemctl mask tmp.mount` as root and rebooting."...
  8. UdoB

    Web UI reports critical memory usage, just caching

    Do you see a problem in the way it is presented? Or is ARC using too much memory for your use case? You can adjust it: https://pve.proxmox.com/wiki/ZFS_on_Linux#sysadmin_zfs_limit_memory_usage Basically NOT used Ram is wasted Ram. And ARC is clever enough to shrink automatically if the system...
  9. B

    Web UI reports critical memory usage, just caching

    As you can see in the graph, like 65% of memory usage is ARC. This is fine, but the web UI reports this as actual used memory, leading to incorrect usage stats. Glances reports it correctly.
  10. SteveITS

    Proxmox host randomly starts incorrectly reporting 90% ram usage in windows vm

    A VM will use memory as it needs. The VM knows how much it is currently using. The host knows the peak ever allocated because it doesn’t get that back. Except via ballooning. Or shutdown/“power off”…I don’t actually remember if a VM restart is sufficient as we don’t overallocate RAM. Ballooning...
  11. J

    Proxmox host randomly starts incorrectly reporting 90% ram usage in windows vm

    I have two windows 10 vms on a proxmox 8.4 host with exactly the same specs. CPU: 10 cores host Ram: 24 GB Balloon : 8 Gb virtio io drivers installed connectx-4 lx virtual device passthrough Tesla P40 virtual device passthrough Disk options: Virtio scsi single : no cache, ssd emulation on OVMF...
  12. C

    Host storage used : happy to discover I have 1PiB!!

    Hi all, And let me thank Proxmox Devs and Team for PDM, another great software. One problem in remotes screen : host CPU is ok, host memory used is perfect, but host storage usage... It adds all capacities of all storages, and multiplicates by the number of nodes in cluster... An happy mix...
  13. P

    Temperature

    From the opening post This thread is about showing temperature not ongoing monitoring. Please remain on topic. CPU usage, Memory usage, Hard disk space can all be readily monitored by external software. If availability of monitoring really negated the merit of displaying current values, then...
  14. B

    PCIE Google Coral Install Instructions

    Hello i have problme with Proxmox 9.1.1 root@pve0:~# lspci -v | grep -A 10 -i coral 02:00.0 System peripheral: Global Unichip Corp. Coral Edge TPU (prog-if ff) Subsystem: Global Unichip Corp. Coral Edge TPU Flags: fast devsel, IRQ 255, IOMMU group 10 Memory at b0100000...
  15. E

    USB to Serial link for Shell access <auto start>

    ...u8g2.setCursor(0,14); u8g2.print("CPU "); u8g2.print(cpuUsage,1); u8g2.print("%"); drawBar(75, 2, 50, 14, cpuUsage); // line 2: Memory Usage u8g2.setCursor(0,34); u8g2.print("MEM "); u8g2.print(memUsage,1); u8g2.print("%"); drawBar(75,22,50,14, memUsage); // line 3: CPU...
  16. S

    Proxmox VE 9.1 web GUI broken — missing /usr/share/pve-manager/ext6 and JS assets (need original packages/files)

    ...directories under /usr/share/pve-manager were partially deleted or corrupted. This happened after the node reached extremely high memory usage (95–99%), probably almost hitting OOM. Since that moment the GUI never worked again. The most concerning part is that some GUI directories are...
  17. K

    max Cstate=1 fixed freezing on VE 8.X but Version 9+ upgrade/fresh seems to bring the issue back (2400GE)

    Alright, Update time… First, I had some errors and assumptions in my above troubleshooting, and I am a little lost on some things. To bring the systems back to a consistent state. I wiped both away, and installed with the same parameters on both: Fresh install of 9.1.1 LVM-EXT4 on root...
  18. N

    Temperature

    I do agree not everything is SMART enough to be properly shown well, it's not about dumbing down here; it's finding the decent solution for a quite decent issue - and (for example) I know unRAID is paid but they managed to do it in a very user friendly way and I don't find it dumbed down I...
  19. J

    Temperature

    And for the smart table we already have the problem that it's not working for every device due to the way the manufactures use it. For example on two of my used micron server-ssds the wearout indicator reads n/a due to it being some propietary entry. I would expect similiar issues with...
  20. R

    Request for clarification: apt dist-upgrade versus apt-get dist-upgrade

    Ok, after a bit of Reddit fun, I'd like to see a bit of clarification in the documentation regarding updates versus upgrades. The documentation is contradictory in a few places. In the current host system administration documentation at...