Your project has exhausted multiple resources, and its performance is affected #32965
Unanswered
TheSourabhaSahu
asked this question in
Questions
Replies: 1 comment 7 replies
-
I would put in a support request so they can take a look at your instance. Hitting a 500k row table could tax the disk, but Auth should be using limit. Still could be something in the query hitting alot more of the disk. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I recently migrated from Firebase to Supabase Auth, successfully transferring around 500K users using the documentation provided by Supabase. However, I noticed that my IO disk usage gradually increased and eventually hit 100%, even though I have not made the system live or transferred any data or storage. I am the only person using it at the moment, so I am unsure why this is happening.
Could it be because I am repeatedly opening the Auth page? Is that causing the issue? I am using Supabase for the first time, and this situation is becoming very frustrating. Please guide me on how to resolve this problem.
Beta Was this translation helpful? Give feedback.
All reactions