Skip to content

Commit

Permalink
fix: increase shared memory size for large images
Browse files Browse the repository at this point in the history
  • Loading branch information
monotykamary committed Nov 4, 2023
1 parent 1da1244 commit 0348f79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ services:
env_file:
# Ensure that the variables in .env match the same variables in devcontainer.json
- .env
shm_size: 1g

# Security Opt and cap_add allow for C++ based debuggers to work.
# See `runArgs`: https://github.com/Microsoft/vscode-docs/blob/main/docs/remote/devcontainerjson-reference.md
Expand Down

0 comments on commit 0348f79

Please sign in to comment.