You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to run a fairly complicated system inside Minikube (driver and container runtime Docker with NVIDIA GPUs). The pods use /dev/shm heavily for IPC -- we need gigabytes -- and our pods have hostIPC: true. However, I see that the default size of /dev/shm inside the Minikube Docker container is 64M and I can't find a way to increase its size. Ideally, I'd like to either be able to pass --ipc host or --shm-size 50g to the docker run command that spins up the Minikube Docker container.
Attach the log file
N/A
Operating System
Redhat/Fedora
Driver
Docker
The text was updated successfully, but these errors were encountered:
What Happened?
I'm trying to run a fairly complicated system inside Minikube (driver and container runtime Docker with NVIDIA GPUs). The pods use
/dev/shm
heavily for IPC -- we need gigabytes -- and our pods havehostIPC: true
. However, I see that the default size of/dev/shm
inside the Minikube Docker container is64M
and I can't find a way to increase its size. Ideally, I'd like to either be able to pass--ipc host
or--shm-size 50g
to thedocker run
command that spins up the Minikube Docker container.Attach the log file
N/A
Operating System
Redhat/Fedora
Driver
Docker
The text was updated successfully, but these errors were encountered: