2 years ago
There's a issue on github telling more about it
https://github.com/docker-library/postgres/issues/416
25 Replies
Seems that a custom start command doesn't work bc it needs to go on image
An example of how to run: docker run -it --rm --shm-size 128m alpine:3.7 df -hT /dev/shm
@michaelvips Actually I need, bc I'm having the error in the railway database.
No. Like I said it's not a resource problem, but a docker managment resource problem. Look

try to remove the comand that is seting the size of memory, I think railway do not support this.
Exactly, I want to set it on the docker image that railways provides but seems like I can't.
you can´t use railway like a standard vps, some functions you can´t access
I know, but as it provides a good docker support, I thought that they can adjust this in some way?
2 years ago
@Gabriel Jatobá are you brazilian? if so, do you mind upvoting this community suggestion ? Bora trazer o Railway pro Brasil 😉
2 years ago
for the record, you can not set flags intended for the docker run command.
@Brody is there any way to configure shm-size at all? It's preventing us from using pgvector completely.
a year ago
yes you can, wasn't the case when I commented here, but you can now -
a year ago
!s
Status changed to Solved brody • about 1 year ago
