How edit shm size in postgres db?
I created postgres database service, i cant see where edit shm (shared memory size). I have this issue https://stackoverflow.com/questions/56751565/pq-could-not-resize-shared-memory-segment-no-space-left-on-device and edit shm will help me.
Stack Overflow
pq: could not resize shared memory segment. No space left on device
I have on a dashboard, a number of panels (numbering around 6)to display data points chart making queries to dockerised instance of PostgreSQL database.
Panels were working fine until very recently,

6 Replies
help
Hmm
I think the only way is using docker compose
But you will lose the features like backup
Can you add this for app? Please, i use backups
up
ššæ
up
up
up
Has this issue been addressed yet? seems like it would be worthwhile to allow updating the shm size of dokploy containers.
For context, I have a dokploy service installed, 'timescale/timescaledb:2.13.0-pg15' and when accessing the db, I'm getting this:
I can't see any way, other than pulling this out of dokploy, to modify the shared memory size to allow this to work...