ErikT
ErikT
RRailway
Created by ErikT on 6/1/2023 in #✋|help
Got a huge spike in Memory yesterday
I am looking at my billing and saw one of my instances https://railway.app/project/cccc72dc-c205-4c79-80cb-eb2f054ee9d1/service/d6626c5d-8907-490c-a60f-cae2a38d0878/metrics had a huge spike in memory usage yesterday. What goes into this? Do logs effect my memory usage?
32 replies
RRailway
Created by ErikT on 3/20/2023 in #✋|help
Running Ganache Node on Port 8545 keeps logging "Killed"
Hey! I just deployed my application successfully but then added a background process that has a node on 8545. This works locally. But when I try to deploy this with railway. I get the logs
Call Gas Limit
==================
9007199254740991
Listening on 0.0.0.0:8545
Killed
Call Gas Limit
==================
9007199254740991
Listening on 0.0.0.0:8545
Killed
In a loop. Is there a reason that I cannot start a node on 8545? I am having my node server take in the environment variable PORT and then always make requests to 8545 because that is convention for ganache.
20 replies
RRailway
Created by ErikT on 3/20/2023 in #✋|help
Having issue deploying for the first time with Dockerfile
Hey! I just deployed my application successfully and the instance logs say it is running on port 8000 (which I get locally too so it is working as expected). But when I go to the domain I setup -- https://api.wriggly.io/ -- I get the following message "Application error: a client-side exception has occurred (see the browser console for more information)." This is my deploymentID 456ea53 Additionally, is this potentially an issue with my Dockerfile? I know when I run the dockerfile locally I run docker run -p 8000:8000 {containername} to map it to the external port 8000. does that matter?
29 replies