You need to make sure that’s on your data container.
EDIT:
OK, adding the following:
docker_args: "--shm-size=512m"
to your app.yml
(if all-in-one) or data.yml
(if separate pg) containers should prevent this from happening. I’ve left the shm size at a conservative 512MB.
Or if you pull latest and relaunch it’ll now start the container with that shm size.
@tgxworld I’ve pushed a change that changes the launcher to always launch with 512MB SHM size under bootstrap or run. Should be safe.