a month ago
I've updated the Redis volume to 5 GB instead of 1 GB, but it looks like the volume is still configured as 1 GB for the service. I tried to redeploy and restart, and still it shows the volume is full at 1 GB.
7 Replies
a month ago
This thread has been opened as a public bounty so the community can help solve it. The thread and any further activity are now visible to everyone.
Status changed to Open Railway • 29 days ago
mayori
did you tried live resizing the volume?
a month ago
yes
a month ago
try detaching the volume and reattaching it, then redeploy. also check if you have a MAXMEMORY env variable still set to 1gb, that would override the volume size
itztrmin
try detaching the volume and reattaching it, then redeploy. also check if you have a MAXMEMORY env variable still set to 1gb, that would override the volume size
a month ago
Just tried it now, still maxing at 1GB. There's no MAXMEMORY env variable as far as I can see.
goelad
Just tried it now, still maxing at 1GB. There's no MAXMEMORY env variable as far as I can see.
a month ago
that's likely a railway bug then. the volume shows 5gb on your end but the service is still seeing 1gb internally. try deleting the volume completely and creating a fresh one at 5gb then remount it — sometimes railway doesn't actually resize in place it just updates the display. also make sure you're checking usage inside redis itself with INFO memory not just the railway dashboard
itztrmin
that's likely a railway bug then. the volume shows 5gb on your end but the service is still seeing 1gb internally. try deleting the volume completely and creating a fresh one at 5gb then remount it — sometimes railway doesn't actually resize in place it just updates the display. also make sure you're checking usage inside redis itself with INFO memory not just the railway dashboard
a month ago
When creating a new volume it didn't even asked me what size, just created a 50gb one. The server can now see the 50gb, I'm waiting to see if Redis can write there more than 1gb.
goelad
When creating a new volume it didn't even asked me what size, just created a 50gb one. The server can now see the 50gb, I'm waiting to see if Redis can write there more than 1gb.
a month ago
any update? did redis manage to write past 1gb?