Nelson Griffiths
07/14/2021, 4:46 PMNelson Griffiths
07/14/2021, 4:54 PMKevin Kho
create_container
from the Docker SDK. I’m not seeing an option here immediately. How would you do it with the docker run
command?Nelson Griffiths
07/14/2021, 4:58 PMdocker run -it --shm-size=256m
This would change it from 64mb to 256mbNelson Griffiths
07/14/2021, 4:59 PMKevin Kho
Kevin Kho
Nelson Griffiths
07/14/2021, 5:02 PMNelson Griffiths
07/14/2021, 5:03 PMKevin Kho
create_host_config
. Then that needs to go into create_container
. I’ll look into this more.Kevin Kho
shmsize
is also exposed on the build side. Did you see that?Nelson Griffiths
07/14/2021, 5:04 PMKevin Kho
Nelson Griffiths
07/14/2021, 5:06 PMNelson Griffiths
07/14/2021, 5:06 PMKevin Kho
Nelson Griffiths
07/14/2021, 5:07 PMKevin Kho
shm
is configurable. I think we may need to open an issueNelson Griffiths
07/14/2021, 5:15 PMKevin Kho
Nelson Griffiths
07/14/2021, 5:16 PMKevin Kho
Nelson Griffiths
07/14/2021, 6:58 PM