Update devcontainer.json to simplify resource limits

Removed max resource limits for RAM, disk, and CPU cores.
This commit is contained in:
Kroese 2025-10-17 00:52:28 +02:00 committed by GitHub
parent 63bb370f40
commit 5211f4ffa0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,10 +2,7 @@
"name": "Tiny 10",
"service": "windows",
"containerEnv": {
"VERSION": "tiny10",
"RAM_SIZE": "max",
"DISK_SIZE": "max",
"CPU_CORES": "max"
"VERSION": "tiny10"
},
"forwardPorts": [8006],
"portsAttributes": {