Possible Memory Leak? #1167
Replies: 6 comments 10 replies
-
same here #1134 |
Beta Was this translation helpful? Give feedback.
-
@surjithctly How many connections you're having on postgres from umami? |
Beta Was this translation helpful? Give feedback.
-
@dipakparmar How can I check them? Only one umami site is connected. |
Beta Was this translation helpful? Give feedback.
-
@surjithctly you could check by running this query or if you have pgadmin installed it will show you: select pid as process_id,
usename as username,
datname as database_name,
client_addr as client_address,
application_name,
backend_start,
state,
state_change
from pg_stat_activity; |
Beta Was this translation helpful? Give feedback.
-
Here are the results: @dipakparmar |
Beta Was this translation helpful? Give feedback.
-
If anyone using Railway (recommended by Umami) as the database, please share your metrics screen! I wanted to see if its just me. Coz its not solved yet. |
Beta Was this translation helpful? Give feedback.
-
I'm using PostgresDB and it seems that its using 100% resources all the time. I restarted it once and it went to normal, but then after few days it became full. See screenshot. Is this might have happened because of memory leaks?
Let me know what info you need to debug, like some SQL commands, I can do that.
See how memory & network is using the max available. My websites are not went viral, I have added 5 sites, and gets a maximum of 2k visits per day.
Beta Was this translation helpful? Give feedback.
All reactions