Skip to content

Commit

Permalink
set shm size
Browse files Browse the repository at this point in the history
  • Loading branch information
wangzixuan committed Aug 20, 2023
1 parent def49b3 commit f8efc6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// "ghcr.io/devcontainers/features/desktop-lite:1": {}
},

"runArgs": ["--init","--gpus=all"],
"runArgs": ["--init","--gpus=all","--shm-size=16g"],
"forwardPorts": [6080, 5901],
"portsAttributes": {
"6080": {
Expand Down

0 comments on commit f8efc6f

Please sign in to comment.