Adding min requirements for codespace instance.
Signed-off-by: Alex Yong <alexjyong@gmail.com>
This commit is contained in:
parent
1d20b4afe0
commit
9062aafa84
|
|
@ -19,5 +19,14 @@
|
||||||
"kotlin.kotlin"
|
"kotlin.kotlin"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"runArgs": [
|
||||||
|
"--memory=32gb",
|
||||||
|
"--cpus=8"
|
||||||
|
],
|
||||||
|
"hostRequirements": {
|
||||||
|
"cpus": 8,
|
||||||
|
"memory": "32gb",
|
||||||
|
"storage": "64gb"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue