Ram Usage
anurag161
HOBBYOP

a year ago

Hi currently I have purchased a hobby plan for my springboot server .here the issue is that in the usage is almost 1 gb this is causing website to crash for some users. Why is the max ram 1 gb? shouldn't it be 8gb ram. also why is the ram usage constantly near 1 gb . Could you help us regarding this

2 Replies

a year ago

This thread has been marked as public for community involvement, as it does not contain any sensitive or personal information. Any further activity in this thread will be visible to everyone.

Status changed to Open brody about 1 year ago


anurag161
HOBBYOP

a year ago

i have attached the usage scrshot

Attachments


a year ago

Hello,

That graph is an accumulation of all services within a project.

You would want to look here to see just the memory usage of your app.

> the issue is that in the usage is almost 1 gb this is causing website to crash for some users

That would be due to an issue with your code, not the RAM usage, I would recommend adding debug logging to help figure out the cause of the crash, unfortunately we can't help you debug your code here.

> Why is the max ram 1 gb? shouldn't it be 8gb ram

That is what is currently being used, not the maximum possible.

> why is the ram usage constantly near 1 gb

That is simply what your services are using memory wise, we have no way to tell you why it is, similarly to how your power company can tell you how much power you used, but they couldn't tell you why you used that much power.

Best,
Brody


Loading...