From 046643eca4db1feb365f18d777251e5c61be5eac Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fabian=20Gr=C3=BCnbichler?= Date: Wed, 10 Jan 2018 11:05:43 +0100 Subject: [PATCH] qm: fix rendering --- qm.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qm.adoc b/qm.adoc index 9119e44..70c0967 100644 --- a/qm.adoc +++ b/qm.adoc @@ -245,8 +245,8 @@ Resource Limits In addition to the number of virtual cores, you can configure how much resources a VM can get in relation to the host CPU time and also in relation to other VMs. -With the *cpulimit* (`Host CPU Time') option you can limit how much CPU time the -whole VM can use on the host. It is a floating point value representing CPU +With the *cpulimit* (``Host CPU Time'') option you can limit how much CPU time +the whole VM can use on the host. It is a floating point value representing CPU time in percent, so `1.0` is equal to `100%`, `2.5` to `250%` and so on. If a single process would fully use one single core it would have `100%` CPU Time usage. If a VM with four cores utilizes all its cores fully it would -- 2.39.2