feat: Improve Codespaces configuration (#1079)

This commit is contained in:
Kroese
2025-10-17 13:25:02 +02:00
committed by GitHub
parent 175d90aad7
commit 2c44669d91
2 changed files with 3 additions and 4 deletions

View File

@@ -3,7 +3,8 @@ services:
container_name: dsm
image: vdsm/virtual-dsm
environment:
RAM_SIZE: "max"
ALLOCATE: "Y"
RAM_SIZE: "half"
DISK_SIZE: "max"
CPU_CORES: "max"
devices:

View File

@@ -2,9 +2,7 @@
"name": "Virtual DSM",
"service": "dsm",
"containerEnv": {
"RAM_SIZE": "max",
"DISK_SIZE": "max",
"CPU_CORES": "max"
"ALLOCATE": "Y"
},
"forwardPorts": [5000],
"portsAttributes": {