Website is down!!

subaligner-css-production.up.railway.app and https://app.subaligner.com/ are both down. Please help!
Solution:
oh yeah go ahead and restart
Jump to solution
18 Replies
Percy
Percy9mo ago
Project ID: 59529c94-83a4-4029-89c7-3ac4d98ea51b
Nathan Lively
Nathan Lively9mo ago
59529c94-83a4-4029-89c7-3ac4d98ea51b
Brody
Brody9mo ago
looks like they are just infinitely loading, is there anything in the deployment logs?
Nathan Lively
Nathan Lively9mo ago
No description
Nathan Lively
Nathan Lively9mo ago
Out of memory?
Brody
Brody9mo ago
what do the metrics look like for memory?
Nathan Lively
Nathan Lively9mo ago
Should I restart? I don't understand.
Solution
Brody
Brody9mo ago
oh yeah go ahead and restart
Nathan Lively
Nathan Lively9mo ago
No description
Nathan Lively
Nathan Lively9mo ago
normal, i guess? Ok, restarting.
Brody
Brody9mo ago
haha if you say so, guess the jvm doesnt know it can use up to 8gb of memory
Nathan Lively
Nathan Lively9mo ago
¯\_(ツ)_/¯
Brody
Brody9mo ago
is there a way to tell the jvm it can use more memory?
Nathan Lively
Nathan Lively9mo ago
Unsure Never ran into this before.
Brody
Brody9mo ago
thats something youd want to look into, full transparency here, this isnt an issue with railway
Medim
Medim9mo ago
-Xmx -Xmx8g to use all the 8GB from the service use it in the service variables tab JAVA_OPTS=-Xmx8g also:
-Xms<size> set initial Java heap size
-Xmx<size> set maximum Java heap size
-Xss<size> set java thread stack size
-Xms<size> set initial Java heap size
-Xmx<size> set maximum Java heap size
-Xss<size> set java thread stack size
Brody
Brody9mo ago
thanks medim
Nathan Lively
Nathan Lively9mo ago
Thanks Medim!!