You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: