Closed
Description
The default limit for Docker containers seems to be 64MB
ERROR: could not resize shared memory segment "/PostgreSQL.2088012784" to 50438144 bytes: No space left on device
I couldn't really find how to calculate the required size of /dev/shm
looking at the documentation. Which Postgres configuration options affect the required size and would it be feasable to tune shm_size
accordingly?
Maybe it would be worth to extend the image documentation.