diff --git a/AppImage/components/virtual-machines.tsx b/AppImage/components/virtual-machines.tsx index 35e0c05..0a701a4 100644 --- a/AppImage/components/virtual-machines.tsx +++ b/AppImage/components/virtual-machines.tsx @@ -368,14 +368,15 @@ export function VirtualMachines() {
-
Allocated RAM
+ {isMemoryOvercommit && ( ++ {isMemoryOvercommit ? `Excede memoria física (${physicalMemoryGB} GB)` : "Allocated RAM"} +