Skip to content

Commit 188d3a9

Browse files
committed
codegen test3
recreate Signed-off-by: ruzell22 <[email protected]>
1 parent 6994e5b commit 188d3a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.devcontainer/devcontainer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
2+
23
// README at: https://github.com/devcontainers/templates/tree/main/src/ubuntu
34
{
45
"name": "Ubuntu",
56
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
67
"image": "mcr.microsoft.com/devcontainers/base:jammy",
7-
"runArgs": ["--network=host"],
8+
"runArgs": ["--network=host", "--init", "--privileged", "--memory=7g", "--memory-swap=17g", "--cpus=2"],
89
"features": {
910
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {
1011
"moby": true,

0 commit comments

Comments
 (0)