Difficulty: Advanced
How do you increase the shared memory size (/dev/shm) for a container?
Use the `--shm-size` flag (e.g., `--shm-size=2g`). Useful for heavy browser-based workloads or certain databases.
Memory, Performance
JavaScript is required for the interactive version of this page, including the code playground and progress tracking. Browse all InternHack tutorials.