Loading .devcontainer/codespaces.yml +2 −1 Original line number Diff line number Diff line Loading @@ -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: Loading .devcontainer/devcontainer.json +1 −3 Original line number Diff line number Diff line Loading @@ -2,9 +2,7 @@ "name": "Virtual DSM", "service": "dsm", "containerEnv": { "RAM_SIZE": "max", "DISK_SIZE": "max", "CPU_CORES": "max" "ALLOCATE": "Y" }, "forwardPorts": [5000], "portsAttributes": { Loading Loading
.devcontainer/codespaces.yml +2 −1 Original line number Diff line number Diff line Loading @@ -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: Loading
.devcontainer/devcontainer.json +1 −3 Original line number Diff line number Diff line Loading @@ -2,9 +2,7 @@ "name": "Virtual DSM", "service": "dsm", "containerEnv": { "RAM_SIZE": "max", "DISK_SIZE": "max", "CPU_CORES": "max" "ALLOCATE": "Y" }, "forwardPorts": [5000], "portsAttributes": { Loading