-
-
Notifications
You must be signed in to change notification settings - Fork 65
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
Memory usage increases over time #110
Comments
version 0.18.48 |
In the current implementation you should consume those queues. All the ODTs are placed in the |
I see, thanks for the prompt answer! Do you think this is going to be changed in the future? |
I don't think so |
Currently work in progress -- there'll be a much more flexible callback/callout mechanism in the (near) future. |
Thank you for the answers! |
It appears that XCP is increasing memory usage over time.
I actually could find at least a couple of spots where allocation happens while never freeing:
As far as I understand these queues are mostly / only used for testing only. Is that the case?
As a workaround in my application I can definitely deque them from time to time but it would be nicer to handle that internally / enable them only for debug.
The text was updated successfully, but these errors were encountered: