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

pull/145217/head
egamma 2022-03-16 13:39:00 +01:00
parent 62629146e6
commit 3065c5cb19
1 changed files with 1 additions and 1 deletions

View File

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