Search code examples
dockerdocker-composeconcourse

Concourse CI - increasing shared memory of task containers


Is there anyway to increase dev/shm size of a task's container on concourse?

The dev/shm is defaulted to 64M which can't run my protractor tests properly as it requires more memory inside the container. I have been looking up the documentation and I haven't seen anything related to increasing shared memory size of a container.


Solution

  • Resolved where shared memory is not in a task container