We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
trying to use the delta api and observed 10s of gigabytes of ram usage from this sdk.
memory consumption should not be this large for a library doing http requests.
just periodically call the users/groups delta api and try to persist the user/group models somewhere, you will see the ram usage steadily rising.
6.20.0
No response
none found atm.
Name,Live bytes,Live objects,Allocated objects,Generations com.microsoft.kiota.store.InMemoryBackingStore$Pair 93,336,120 B (84.3%) 3,889,005 (81.4%) 15,340,787 (78.9%) 234
tried -XX:+UseG1GC without avail
-XX:+UseG1GC
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
trying to use the delta api and observed 10s of gigabytes of ram usage from this sdk.
Expected behavior
memory consumption should not be this large for a library doing http requests.
How to reproduce
just periodically call the users/groups delta api and try to persist the user/group models somewhere, you will see the ram usage steadily rising.
SDK Version
6.20.0
Latest version known to work for scenario above?
No response
Known Workarounds
none found atm.
Debug output
Click to expand log
Configuration
Other information
tried
-XX:+UseG1GC
without availThe text was updated successfully, but these errors were encountered: