The default drone-agent in 0.5 has a fixed size /dev/shm but I'd like to customise the size of this to be about 1GB.
Is this possible? I tried mounting the host's /dev/shm but that is ignored.
I am quite happy for the /dev/shm to be thrown away after the build but I would expect it to remain persistent within a stage, e.g. all commands in build:
should see the same mounted /dev/shm.