Hello I have a flutter app (web and mobile) that I am in the process of soft launching and I am terrified because my memory usage is continually rising. I am on 8cpu and 16gb of memory. I had a peak of about 100 concurrent connections earlier and memory was up around ~50%, now there's only about 40 and memory is still rising. I am using realtime, and not shown in the charts but its using about 5% of the memory right now but that doesn't seem to be the issue - the issue seems to be these php connections that seem to be taking ~1% each and there's a lot of them, and I am terrified that if I ramp up users I will wipe out my memory.
I searched the docs and upped the app maintence from 24 hours to every 6 hours. I am not sure if I should move it way up to like an hour? Are there any other settings I should check?
Recommended threads
- Migrate from cloud to localhost
Hello everyone. I need to migrate my test project from cloud to localhost, however it seems that this is possible only if a self-hosted appwrite instance it's h...
- Current User is Not authorized
recreating same Thread
- Apple OAuth Scopes
Hi Hi, I've configured sign in with apple and this is the response i'm getting from apple once i've signed in. I cant find anywhere I set scopes. I remember se...