R
Railway•3mo ago
dwaynemac

wrong "No space left on device" error on PG service

project ID: bd0ee04e-9a92-4db9-869c-760973cc109c Our PostgreSQL service raised "No space left on device" errors but the volume is less than 30% full.
No description
No description
14 Replies
Percy
Percy•3mo ago
Project ID: bd0ee04e-9a92-4db9-869c-760973cc109c
Brody
Brody•3mo ago
how big is the disk
dwaynemac
dwaynemac•3mo ago
hobby size
Brody
Brody•3mo ago
how big is the volume
dwaynemac
dwaynemac•3mo ago
5GB
Brody
Brody•3mo ago
have you tried redeploying?
dwaynemac
dwaynemac•3mo ago
it's working now but it failed during a couple of minutes with that error
Brody
Brody•3mo ago
very odd
dwaynemac
dwaynemac•3mo ago
indeed
Brody
Brody•3mo ago
glad it has resolved itself though
dwaynemac
dwaynemac•3mo ago
yep, thats good. but getting this random downtimes is not as nice 😅
Brody
Brody•3mo ago
unfortunately not too much railway or I can do if postgres deicides it doesnt have enough space
dwaynemac
dwaynemac•3mo ago
2024-03-08 17:37:10.943 UTC [8724] ERROR: could not resize shared memory segment "/PostgreSQL.2757173048" to 8388608 bytes: No space left on device
2024-03-08 17:37:10.943 UTC [8724] ERROR: could not resize shared memory segment "/PostgreSQL.2757173048" to 8388608 bytes: No space left on device
oh, i guess the problem is it trying to resize to 8388608 bytes when the volume size/limit is 5Gb
Brody
Brody•3mo ago
no clue tbh