mirror of
https://github.com/dockur/macos.git
synced 2026-03-11 08:34:24 +00:00
Update devcontainer.json by removing resource limits
Removed RAM_SIZE, DISK_SIZE, and CPU_CORES from containerEnv.
This commit is contained in:
parent
1cede64900
commit
62057f4bc9
1 changed files with 1 additions and 4 deletions
|
|
@ -2,10 +2,7 @@
|
|||
"name": "macOS 15 (Sequoia)",
|
||||
"service": "macos",
|
||||
"containerEnv": {
|
||||
"VERSION": "15",
|
||||
"RAM_SIZE": "max",
|
||||
"DISK_SIZE": "max",
|
||||
"CPU_CORES": "max"
|
||||
"VERSION": "15"
|
||||
},
|
||||
"forwardPorts": [8006],
|
||||
"portsAttributes": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue