Skip to content
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

Closing a session do not release memory #153

Open
david-stephan opened this issue Oct 25, 2024 · 0 comments
Open

Closing a session do not release memory #153

david-stephan opened this issue Oct 25, 2024 · 0 comments
Assignees

Comments

@david-stephan
Copy link
Contributor

If I open a session for instance connecting to the collector's database and query some data. As expected the data required to display and filter the tree view, events... are stored in memory.
If a perform a second query, the memory is properly released before fetching the new data.
However If I close this session and reopen a new one, the data stay in memory and accumulate.
If I repeat that a few time I will eventually get an out of memory error.

@david-stephan david-stephan self-assigned this Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant