High CPU usage #33287
High CPU usage
#33287
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This is a copy of a troubleshooting article on Supabase's docs site. It may be missing some details from the original. View the original article.
Learn what high CPU usage could mean for your Supabase instance and what could have caused it.
The danger of high CPU usage
Every Supabase project runs in its dedicated virtual machine. Your instance will have a different set of hardware provisioned depending on your compute add-on. Your hardware may not be suitable for the intended workload and may experience high CPU usage.
High CPU usage could come with a range of issues:
Moreover, your instance might not be able to handle future traffic spikes if it already has a high CPU usage.
Monitor your CPU
You can check your CPU usage directly on the Supabase Platform. For this go to database health in the reports section or click here and select your project.
It is also possible to monitor your resources and set up alerts using Prometheus/Grafana. You can find a guide for this here.
Common reasons for high CPU usage
Everything you do with your Supabase project requires compute. Hence, there can be many reasons for high CPU usage. Here are some common ones:
Solving high CPU usage
There are two ways to solve high CPU:
Beta Was this translation helpful? Give feedback.
All reactions