Parcourir la source

try disable memory downgrade on running VMs

andre il y a 4 ans
Parent
commit
b5f5fca5e6
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      app/UI/VmUpdate/Sections/Qemu/GeneralSection.php

+ 1 - 1
app/UI/VmUpdate/Sections/Qemu/GeneralSection.php

@@ -131,7 +131,7 @@ class GeneralSection extends BaseSection
             __FUNCTION__,
             $vm->isRunning(),
             'Debug',
-            $vm->getMem()
+            $vm->getMemory()
         );
 
         $field = new Range('memory', $this->resourceManager->memory()->getMin(), $this->resourceManager->memory()->free());