Unverified Commit 02145479 authored by Anthony Casagrande's avatar Anthony Casagrande Committed by GitHub
Browse files

fix: typo in devcontainer ulimit nofile (#994)


Signed-off-by: default avatarAnthony Casagrande <acasagrande@nvidia.com>
parent 8bdf18e5
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
"--shm-size=10G", "--shm-size=10G",
"--ulimit=memlock=-1", "--ulimit=memlock=-1",
"--ulimit=stack=67108864", "--ulimit=stack=67108864",
"--ulimit nofile=65536:65536" "--ulimit=nofile=65536:65536"
], ],
"service": "dynamo", "service": "dynamo",
"customizations": { "customizations": {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment