mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-11-02 16:04:52 +08:00
feat: Improve Codespaces configuration (#1079)
This commit is contained in:
parent
175d90aad7
commit
2c44669d91
@ -3,7 +3,8 @@ services:
|
|||||||
container_name: dsm
|
container_name: dsm
|
||||||
image: vdsm/virtual-dsm
|
image: vdsm/virtual-dsm
|
||||||
environment:
|
environment:
|
||||||
RAM_SIZE: "max"
|
ALLOCATE: "Y"
|
||||||
|
RAM_SIZE: "half"
|
||||||
DISK_SIZE: "max"
|
DISK_SIZE: "max"
|
||||||
CPU_CORES: "max"
|
CPU_CORES: "max"
|
||||||
devices:
|
devices:
|
||||||
|
|||||||
@ -2,9 +2,7 @@
|
|||||||
"name": "Virtual DSM",
|
"name": "Virtual DSM",
|
||||||
"service": "dsm",
|
"service": "dsm",
|
||||||
"containerEnv": {
|
"containerEnv": {
|
||||||
"RAM_SIZE": "max",
|
"ALLOCATE": "Y"
|
||||||
"DISK_SIZE": "max",
|
|
||||||
"CPU_CORES": "max"
|
|
||||||
},
|
},
|
||||||
"forwardPorts": [5000],
|
"forwardPorts": [5000],
|
||||||
"portsAttributes": {
|
"portsAttributes": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user