Unverified Commit 875524da authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Update devcontainer.json resource configuration

Removed max resource limits and added ALLOCATE environment variable.
parent ea0d7ee6
Loading
Loading
Loading
Loading
+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": {