sharedMemorySize property
The value for the size (in MiB) of the /dev/shm
volume. This
parameter maps to the --shm-size
option to docker
run.
Implementation
final int? sharedMemorySize;
The value for the size (in MiB) of the /dev/shm
volume. This
parameter maps to the --shm-size
option to docker
run.
final int? sharedMemorySize;