Increased the host requirements when running in a container to 8gb

This commit is contained in:
egamma
2022-03-16 13:39:00 +01:00
parent 62629146e6
commit 3065c5cb19

View File

@@ -35,6 +35,6 @@
"remoteUser": "node",
"hostRequirements": {
"memory": "6gb"
"memory": "8gb"
}
}