From 708a5213400ab717ed43ab4fc24b101dce1c3738 Mon Sep 17 00:00:00 2001 From: Michel Memeteau Date: Mon, 23 Jun 2025 13:29:08 +0200 Subject: [PATCH] increase VM perf defaults --- compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yaml b/compose.yaml index 955f0fc..9caaadc 100644 --- a/compose.yaml +++ b/compose.yaml @@ -14,8 +14,8 @@ services: # Version of Windows to configure. For valid options, visit: # https://github.com/dockur/windows?tab=readme-ov-file#how-do-i-select-the-windows-version # https://github.com/dockur/windows?tab=readme-ov-file#how-do-i-install-a-custom-image - VERSION: "11" - RAM_SIZE: "4G" # RAM allocated to the Windows VM. + VERSION: "10" + RAM_SIZE: "8G" # RAM allocated to the Windows VM. CPU_CORES: "4" # CPU cores allocated to the Windows VM. DISK_SIZE: "64G" # Size of the primary hard disk. # DISK2_SIZE: "32G" # Uncomment to add an additional hard disk to the Windows VM. Ensure it is mounted as a volume below.