-
Type:
New Feature
-
Resolution: Fixed
-
Priority:
Minor
-
Component/s: docker-plugin
-
Environment:docker-plugin 0.16.2
For our use case we would like to increase the shared memory size of the containers started by the docker-plugin.
The setting is possible via the command line with the option --shm-sizeĀ (see Ā https://docs.docker.com/engine/reference/run/#runtime-constraints-on-resources)
--shm-size="" Size ofĀ /dev/shm. The format isĀ <number><unit>.Ā numberĀ must be greater thanĀ 0. Unit is optional and can beĀ bĀ (bytes),Ā kĀ (kilobytes),Ā mĀ (megabytes), orĀ gĀ (gigabytes). If you omit the unit, the system uses bytes. If you omit the size entirely, the system usesĀ 64m.
I have created a Pull Request for adding this configuration. See PR:Ā https://github.com/jenkinsci/docker-plugin/pull/497
Ā
Ā
Ā
Ā
- links to