You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I want to check more than 90 days stat I get "Something went wrong" all over the dash (under a particular website, so not on the main dashboard but that doesn't work either).
Variables to adjust:
*** MySQL's maximum memory usage is dangerously high ***
*** Add RAM before increasing MySQL buffer variables ***
join_buffer_size (> 16.0M, or always use indexes with JOINs)
16M for join_buffer is crazy, increasing it to 128M does not solve this either, it just eats up all system memory.
What index should I add to solve this issue? I don't really want to mess with the database since db/schema updates should be carried out by the umami container on it's own, if I tinker with it it will probably fail in the future.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
When I want to check more than 90 days stat I get "Something went wrong" all over the dash (under a particular website, so not on the main dashboard but that doesn't work either).
When I check mysql processes I see this:
Checking mysqltuner I get this:
16M for join_buffer is crazy, increasing it to 128M does not solve this either, it just eats up all system memory.
What index should I add to solve this issue? I don't really want to mess with the database since db/schema updates should be carried out by the umami container on it's own, if I tinker with it it will probably fail in the future.
Beta Was this translation helpful? Give feedback.
All reactions