Changing SHM Size for PostgreSQL in a Docker Container
If you are having issues like time outs when querying data within any application from PostgreSQL instance running locally in a Docker container, you are probably running into memory allocation issue set by the Docker container which defaults to 64MB. You can update the SHM (shared memory) by adding the…