mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
Add host memory requirement
This commit is contained in:
parent
50c39b548e
commit
dcdcb5ae1f
5
.devcontainer/devcontainer.json
Normal file
5
.devcontainer/devcontainer.json
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"hostRequirements": {
|
||||||
|
"memory": "8gb"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue