Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
02145479
Unverified
Commit
02145479
authored
May 08, 2025
by
Anthony Casagrande
Committed by
GitHub
May 08, 2025
Browse files
fix: typo in devcontainer ulimit nofile (#994)
Signed-off-by:
Anthony Casagrande
<
acasagrande@nvidia.com
>
parent
8bdf18e5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.devcontainer/devcontainer.json
.devcontainer/devcontainer.json
+1
-1
No files found.
.devcontainer/devcontainer.json
View file @
02145479
...
...
@@ -25,7 +25,7 @@
"--shm-size=10G"
,
"--ulimit=memlock=-1"
,
"--ulimit=stack=67108864"
,
"--ulimit
nofile=65536:65536"
"--ulimit
=
nofile=65536:65536"
],
"service"
:
"dynamo"
,
"customizations"
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment