From 654b48deae904db5f5e4b1aa8f8ae5acef4abd7d Mon Sep 17 00:00:00 2001 From: Benedikt Rollik Date: Thu, 30 Oct 2025 14:47:25 +0100 Subject: [PATCH] fix(ins): fix formatting --- .../reference-content/understanding-qemu-guest-agent.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/instances/reference-content/understanding-qemu-guest-agent.mdx b/pages/instances/reference-content/understanding-qemu-guest-agent.mdx index f5c95b6bb6..5cf2fd356d 100644 --- a/pages/instances/reference-content/understanding-qemu-guest-agent.mdx +++ b/pages/instances/reference-content/understanding-qemu-guest-agent.mdx @@ -47,7 +47,7 @@ Additional features may be added in the future. ## What is the performance impact of running the QGA inside my VM? -The performance impact of running the QGA is negligible. The agent consumes very little RAM (<5 MB) and CPU (<0.1%), and there is no measurable I/O or network overhead when idle. +The performance impact of running the QGA is negligible. The agent consumes very little RAM (< 5 MB) and CPU (< 0.1%), and there is no measurable I/O or network overhead when idle. The only operation the agent performs is reading from or writing to a file **in the VM** each time a public IP is attached to or detached from the VM. ## Checking QGA's status