]> git.proxmox.com Git - pve-docs.git/blobdiff - qm.adoc
Fix formatting failure
[pve-docs.git] / qm.adoc
diff --git a/qm.adoc b/qm.adoc
index 88950444391a0dfdde567c8c034e22458a098c73..39825497aa4210b62fab941605226d02da120e45 100644 (file)
--- a/qm.adoc
+++ b/qm.adoc
@@ -230,12 +230,12 @@ virtual cpus, as for each virtual cpu you add, Qemu will create a new thread of
 execution on the host system. If you're not sure about the workload of your VM,
 it is usually a safe bet to set the number of *Total cores* to 2.
 
-NOTE: It is perfectly safe if the _overall_ number of cores from all your VMs
+NOTE: It is perfectly safe if the _overall_ number of cores of all your VMs
 is greater than the number of cores on the server (e.g., 4 VMs with each 4
 cores on a machine with only 8 cores). In that case the host system will
 balance the Qemu execution threads between your server cores, just like if you
 were running a standard multithreaded application. However, {pve} will prevent
-you to assign more virtual CPU cores than physically available, as this will
+you from assigning more virtual CPU cores than physically available, as this will
 only bring the performance down due to the cost of context switches.
 
 [[qm_cpu_resource_limits]]