Kurdiez
Kurdiez
RRailway
Created by Kurdiez on 8/17/2024 in #✋|help
Urgent! Production DB is showing "could not resize shared memory segment" error
No description
34 replies
RRailway
Created by Kurdiez on 8/7/2024 in #✋|help
Setting larger `maintenance_work_mem` for Postgres DB container
We needed larger maintenance_work_mem for our production Postgres DB. This is because we have millions of records and needed to adjust indexes. Our maintenance_work_mem was previously 68MB. We set this by running the following SQL
SET maintenance_work_mem = '1GB';
SET maintenance_work_mem = '1GB';
If the Railway service is restarted and therefore the Postgres is restarted, we won't have that set again. How can we permanently set that value as part of config? Is there an environment variable we should be using?
10 replies
RRailway
Created by Kurdiez on 7/29/2024 in #✋|help
How can I vertically scale the DB service?
We are reaching the given maximum 32 GB RAM due to the millions of records and indices in the tables. How can we vertically scale this up to like 128 GB?
12 replies
RRailway
Created by Kurdiez on 7/24/2024 in #✋|help
Python dependencies installed but not copied due to `Text file busy: '/opt/venv/bin/python'`
No description
20 replies
RRailway
Created by Kurdiez on 6/17/2024 in #✋|help
Does NodeJS service take advantage of multiple CPU cores?
We are not doing anything fancy. Just vanilla NodeJS monolith server running in one of Railway's service. This particular process won't take advantage of the multiple CPU cores provided to our service by default right? Just because of the way NodeJS is.
7 replies
RRailway
Created by Kurdiez on 6/5/2024 in #✋|help
Urgent issue. Production release is blocked.
No description
10 replies
RRailway
Created by Kurdiez on 5/22/2024 in #✋|help
I need to know PostgreSQL Railway template pg_dump version
No description
9 replies
RRailway
Created by Kurdiez on 5/22/2024 in #✋|help
Can you rename service names?
No description
6 replies
RRailway
Created by Kurdiez on 5/8/2024 in #✋|help
Just received PostgresDB shared memory problem "No space left on device"
No description
16 replies
RRailway
Created by Kurdiez on 1/11/2024 in #✋|help
What is this warning message?
No description
12 replies
RRailway
Created by Kurdiez on 11/12/2023 in #✋|help
Deploy Logs show out of heap memory
My server runs fine locally, but only in Railway it fails to deploy and shows the following attached messages. The build phase works fine.
49 replies
RRailway
Created by Kurdiez on 10/26/2023 in #✋|help
How do you expose a port?
I have a service in Railway that runs a Java server bound to port 5266. I want to expose that publicly so anybody can access the server. So I added the env variable PORT in the settings of that service. But when I do the telnet test to make the TCP/IP connection, nothing is listening on it.
9 replies
RRailway
Created by Kurdiez on 10/26/2023 in #✋|help
Java is not found
No description
80 replies