alexisdessard
alexisdessard
RRailway
Created by ivano.cs89 on 4/4/2024 in #✋|help
Memory usage even when not using nextjs app
Thanks a lot Brody. Sorry one more question: I just added these variables: - MARIADB_PRIVATE_HOST - MARIADB_PRIVATE_PORT My config from NestJS/TypeORM looks now like this: export default registerAs('orm.config', (): TypeOrmModuleOptions => ({ type: 'mariadb', host: process.env.MARIADB_PRIVATE_HOST, port: Number(process.env.MARIADB_PRIVATE_PORT), username: process.env.MARIADB_USER, password: process.env.MARIADB_PASSWORD, database: process.env.MARIADB_DATABASE, ...)} But I also see a variable named "MARIADB_PRIVATE_URL", should I use it or this current config using private host and port is enough to avoid extra egress fees?
24 replies
RRailway
Created by ivano.cs89 on 4/4/2024 in #✋|help
Memory usage even when not using nextjs app
I have a doubt about your comment here. From the server, should I put the variable MARIADB_HOST or MARIADB_PRIVATE_HOST to reduce egress fees? And why are they two different variables (private or not) ?
24 replies
RRailway
Created by ivano.cs89 on 4/4/2024 in #✋|help
Memory usage even when not using nextjs app
Hello, exactly the same issue for me so I thought it'd be better to comment here instead of creating a new post. I understand that MySQL would be the problem and MARIADB the solution, gonna try to use it right now, but someone could explain me as a kid how the memory usage works? I also had to pay 10$ for the memory usage without having launched my product so I'm scared this memory usage increases for each new users and I have no idea if each of the users would cost me 10$ (i guess no) or if they will barely increase the memory usage.
24 replies
RRailway
Created by alexisdessard on 1/22/2024 in #✋|help
Egress discount
Thank you so much, that helps me to breath again. And also congrats for your service, i'm very satisfied about it (but now I do have to optimize the requests weight!). Have an excellent day! 🤝
66 replies
RRailway
Created by alexisdessard on 1/22/2024 in #✋|help
Egress discount
Considering you've seen my specs in the bill, I deduce I do not really need the Pro plan. Thanks 🤝
66 replies
RRailway
Created by alexisdessard on 1/22/2024 in #✋|help
Egress discount
Also, gonna grant your coffee right now for your help
66 replies
RRailway
Created by alexisdessard on 1/22/2024 in #✋|help
Egress discount
No description
66 replies
RRailway
Created by alexisdessard on 1/22/2024 in #✋|help
Egress discount
Thanks a lot, gonna wait for the answer.
66 replies
RRailway
Created by alexisdessard on 1/22/2024 in #✋|help
Egress discount
No description
66 replies
RRailway
Created by alexisdessard on 1/22/2024 in #✋|help
Egress discount
No description
66 replies
RRailway
Created by alexisdessard on 1/22/2024 in #✋|help
Egress discount
I just can't pay that amount and I have the "chance" my app is getting very notorious from one day to another but my bank account won't follow
66 replies
RRailway
Created by alexisdessard on 1/22/2024 in #✋|help
Egress discount
If yes, any way to stop this getting higher? If I subscribe to the 20$/month plan, would some part be included or something?
66 replies
RRailway
Created by alexisdessard on 1/22/2024 in #✋|help
Egress discount
No description
66 replies
RRailway
Created by alexisdessard on 1/22/2024 in #✋|help
Egress discount
And I've seen it redeploying / removing the previous one
66 replies
RRailway
Created by alexisdessard on 1/22/2024 in #✋|help
Egress discount
Yes, automatically
66 replies
RRailway
Created by alexisdessard on 1/22/2024 in #✋|help
Egress discount
Correct
66 replies
RRailway
Created by alexisdessard on 1/22/2024 in #✋|help
Egress discount
Yes it does
66 replies
RRailway
Created by alexisdessard on 1/22/2024 in #✋|help
Egress discount
Update on the global variables modification: it's working well. Of what I understand so, I will only save MySQL egree but not the server egress charges? 🥲
66 replies
RRailway
Created by alexisdessard on 1/22/2024 in #✋|help
Egress discount
It only does GET POST to Railway
66 replies
RRailway
Created by alexisdessard on 1/22/2024 in #✋|help
Egress discount
It's a mobile app (front then), connected to my railway server
66 replies