-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
check why backend takes so much RAM #116
Comments
Observations: All the requests made during this time period were Possibilities: Recommendations:
These recommendations can act as starting point for addressing the memory leakage issue. Based upon the results further investigation and testing may be required to implement a long-term solution. |
Instead of polling the permissions document "manually" in the backend, we could also just wait until someone requests it and then update it in the backend. This might have the issue that permissions only become effective, once they are requested by a client. |
Closing this in favor of the issue to switch from live to periodic syncing in the frontend, as that seems to be our best guess towards avoiding timeouts and related memory leak: Aam-Digital/ndb-core#2100 |
there might be a memory leak or some possible performance improvements in our service. Even small instances take up quite a lot of memory on the server.
The text was updated successfully, but these errors were encountered: