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

[ISSUE #221][GENERAL] Constant high memory consumption ... #222

Merged
merged 1 commit into from
Nov 23, 2024

Conversation

svlad-90
Copy link
Owner

@svlad-90 svlad-90 commented Nov 22, 2024

...after the 'heavy' search queries

  • Introduce CMake option 'DMA_TC_MALLOC_OPTIMIZATION'
  • Introduce CMake option 'DMA_TC_MALLOC_PROFILING'
  • Introduce release RAM optimization for cases when tcmalloc is not used
  • Remove redundant 'tIntRangePtrWrapper' data structure
  • Change std::shared_ptr tFoundMatch::pMatchStr field to the QString tFoundMatch::matchStr
  • Optimise the performance of the console view for a big set of messages
  • Change the logic of the console view history (the up arrow is now 'next' action, not 'previous' )
  • Update README.md

@svlad-90 svlad-90 force-pushed the dev/vladyslav-goncharuk/ISSUE-221 branch from 19fc903 to 979f1af Compare November 23, 2024 11:19
...after the 'heavy' search queries

- Introduce CMake option 'DMA_TC_MALLOC_OPTIMIZATION'
- Introduce CMake option 'DMA_TC_MALLOC_PROFILING'
- Introduce release RAM optimization for cases when tcmalloc is not
used
- Remove redundant 'tIntRangePtrWrapper' data structure
- Change std::shared_ptr<QString> tFoundMatch::pMatchStr field to the
QString tFoundMatch::matchStr
- Optimise the performance of the console view for a big set of
messages
- Change the logic of the console view history (the up arrow is now
'next' action, not 'previous' )
- Update README.md

Signed-off-by: Vladyslav Goncharuk <vladyslav_goncharuk@epam.com>
@svlad-90 svlad-90 force-pushed the dev/vladyslav-goncharuk/ISSUE-221 branch from 979f1af to 06e687b Compare November 23, 2024 11:28
@svlad-90 svlad-90 merged commit 61a0e55 into master Nov 23, 2024
6 checks passed
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

Successfully merging this pull request may close these issues.

[GENERAL] Constant high memory consumption after the 'heavy' search queries
1 participant