From f61713fbb3156851f5e2596190ae00b0c6e349cf Mon Sep 17 00:00:00 2001 From: lukas Date: Tue, 3 Jun 2025 11:39:04 +0000 Subject: [PATCH] docs: update virt/vm --- virt/vm.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/virt/vm.md b/virt/vm.md index 164d86b..a748568 100644 --- a/virt/vm.md +++ b/virt/vm.md @@ -2,7 +2,7 @@ title: Machine definition description: Virtual machine hardware published: true -date: 2025-06-03T11:37:10.057Z +date: 2025-06-03T11:39:03.159Z tags: editor: markdown dateCreated: 2025-06-01T17:37:29.262Z @@ -140,4 +140,4 @@ The `host-model` mode is not as fast as `host-passthrough` but should allow a gu In short: it offers a good balance between performance and functionality. -The topology describes the number of sockets, dies, cores and threads. The total number of cores and threads, in particular, has to match the CPU allocation described above. \ No newline at end of file +The topology describes the number of sockets, dies, cores and threads. The total number of cores and threads, in particular, has to match the CPU allocation described above. In our example, a total of four logical cores allocated, which translates to two cores each running two threads. \ No newline at end of file