Supabase postgres memory management question
I have a specific question about how you manage postgres connexions and out of memory.
If one connection eats too much memory, more than provisioned, how does supabase reacts ?
1. Does it kill postgres postmaster processes and postgres need restart
2. It kills the process related to the connexion only, so the request fails but postgres does not need a restart
3. Other ?
0 Replies