Unverified Commit 2c44669d authored by Kroese's avatar Kroese Committed by GitHub
Browse files

feat: Improve Codespaces configuration (#1079)

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