Set RAM_SIZE to 4g in .devcontainer.json

Changed RAM_SIZE from 'max' to '4g' in the configuration.
This commit is contained in:
Kroese 2025-10-16 08:19:14 +02:00 committed by GitHub
parent 0b0de7de14
commit 8332c1c528
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,7 +3,7 @@
"service": "windows",
"containerEnv": {
"VERSION": "11",
"RAM_SIZE": "max",
"RAM_SIZE": "4g",
"DISK_SIZE": "max",
"CPU_CORES": "max"
},