My estimated usage has suddenly taken off for no reason
For some reason, my estimated bill is now nearly 8 times what I paid last month for exactly the same services. Anyone know who I can contact about this?
29 Replies
Project ID:
ce4cc2cd-f4b2-41f0-97c3-bf85e310fc04
ce4cc2cd-f4b2-41f0-97c3-bf85e310fc04
Is your metrics and everything the same as it was last month?
perhaps you have a memory leak or something
I'm just using the same services
so there shouldn't be any difference
The web service seems to have gone nuts
but are the service using the same amount of resources
gone from $5 to $38
in terms of CPU and RAM?
yea
RAM being the most likely culprit
It's the Memory
yea
yeah, the RAM
I had Redis on there but I turned it off
but the RAM hasn't gone down
could you send a screenshot of your metrics?
<:wtf_sad_shock_shook:1139000195804299415>
that's the entire project usage, you should be looking at the metrics in each individual service
seems you pushed a nasty update
I turned Redis on on the 10th and knocked it off when I had finished
but it's still hammering the RAM
did you delete the service completely?
also unless you stored 3 gb of data on redis instantly idk if that'll cause that large of a memory spike
that says web not redis?
oh i didn't even see that
yeah, that's web
dunno if it had a knock on effect
that's all I can put it down to
is there any way to reset this?
the verticle dotted lines means that you pushed an update, and since it happened right after you pushed the update, it's likely the fault of your own code
fix your app
I'll do another push and see if it fixes it
I'd recommend rolling back to an earlier version temporarily until you figure out what causes the memory usage
Okay, looks like that fixed it
Thanks
np
I'm still struggling with this memory leak. Here's the weird thing: before, Redis was using 3-4GB of memory and now it's using 0GB. Now, the Web is using 3GB of memory when before it was using close to 0GB. Have they changed something at Railway? I'm totally at a loss as to why Redis is using nothing now.