My postgresql database is no longer responding since this morning.
leoxoxo
PROOP

2 months ago

Since this morning, I can no longer access my PostgreSQL database. Here is the error message I keep getting.

Database Connection

We are unable to connect to the database via SSH.

Your application is not running or in a unexpected state.

Solved

2 Replies

gadatos
PRO

2 months ago

i have error 2026-03-18 08:15:56.455 UTC [51555] ERROR: could not resize shared memory segment "/PostgreSQL.243058984" to 16777216 bytes: No space left on device


sam-a
EMPLOYEE

2 months ago

The error "could not resize shared memory segment: No space left on device" is a PostgreSQL shared memory (SHM) limit issue, not a disk space issue. The default SHM size is 64MB. You can increase it by adding the RAILWAY_SHM_SIZE_BYTES variable to your PostgreSQL service's environment variables. For example, to set it to 500MB, use 524288000 as the value. See the PostgreSQL docs for more details.


Status changed to Awaiting User Response Railway 2 months ago


Railway
BOT

2 months ago

This thread has been marked as solved automatically due to a lack of recent activity. Please re-open this thread or create a new one if you require further assistance. Thank you!

Status changed to Solved Railway about 2 months ago


Welcome!

Sign in to your Railway account to join the conversation.

Loading...