You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default shared memory limit of a docker container is 64MB which might not be enough for Postgres if a complex query is being executed with multiple workers.
The documentation should mention that changing the shared memory size via the --shm-size parameter could be necessary.
The default shared memory limit of a docker container is 64MB which might not be enough for Postgres if a complex query is being executed with multiple workers.
The documentation should mention that changing the shared memory size via the
--shm-size
parameter could be necessary.see docker-library/postgres#416 for the previous discussion
The text was updated successfully, but these errors were encountered: