This is an automated email from the ASF dual-hosted git repository.
veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-axiom.git
The following commit(s) were added to refs/heads/master by this push:
new 3f57d734a Set minimum memory requirement for dev container
3f57d734a is described below
commit 3f57d734ab760c056cb5d3b814e2a561ee5a83a0
Author: Andreas Veithen <[email protected]>
AuthorDate: Sun Jun 4 12:21:41 2023 +0000
Set minimum memory requirement for dev container
---
.devcontainer/devcontainer.json | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index c731494c1..147db2843 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -14,5 +14,8 @@
"github.vscode-github-actions"
]
}
+ },
+ "hostRequirements": {
+ "memory": "8gb"
}
}