Fork me on GitHub
#onyx
<
2016-04-07
>
drankard12:04:35

Hi.. im running into the “No space left on device” error described in issue 405 https://github.com/onyx-platform/onyx/issues/405 The stack is like this one: https://gist.github.com/bsima/e5f5952350259d66209d Anyone know what this is all about ?

lucasbradstreet12:04:23

@drankard: that one is mostly due to /dev/shm being too small. Are you seeing it on Linux?

drankard12:04:54

ye, and no. im running docker-machine with virtualbox on a mac, but yes the Docker container is running alpine

lucasbradstreet12:04:53

The onyx-template scripts increase the /dev/shm size before they start the media driver

lucasbradstreet12:04:05

This is necessary in docker because it defaults to 64MB

gardnervickers15:04:09

Docker also lets you set the shm_size of the container on start, if you do it that way you need to remove the line manually expanding the shm_size in the run_aeron.sh script