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.
Resolved where shared memory is not in a task container