Closed
Description
I need to increase the size of /dev/shm which seems to be hardcoded to 64Mbyte
in
lxc_template.go
Is it correct that I have to change the value there and recompile docker to get a different value?
It would be helpful to be able to configure it per instnace, e.g some Databasesdo not install without enough shared memory.
Activity