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 ?
If one connection eats too much memory, more than provisioned, how does supabase reacts ?
- Does it kill postgres postmaster processes and postgres need restart
- It kills the process related to the connexion only, so the request fails but postgres does not need a restart
- Other ?