Rank 2: Process
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?