Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 4.9.2
-
None
-
b9e79f7852aa46b4ccbcda666f1bf99db0690272 (qt-creator/qt-creator/master)
Description
I saw a massive memory consumption/leak in QtCreator when loading big projects (e.g. Qt Creator itself)
Steps to reproduce:
- Clone QtCreator's srcs
- Open QtCreator's .pro/.qbs or CMakeLists.txt
- Wait until it's done parsing the project
- Check how much memory qtcreator is using (on my side is using ~800 MB)
- touch src/plugins/plugins.pro/.qbs/CMakeLists.txt file
- Wait until it's done parsing the project
- check again how much memory qtcreator is using. On my side it adds +250MB every time is reparsing the project and the cpp files.
Also closing the project (right click -> close project) s not freeing the memory.
Attachments
Issue Links
- is duplicated by
-
QTCREATORBUG-18800 Memory consumption permanently grows when switching build configuration
-
- Open
-
-
QTCREATORBUG-19657 RAM not free'd up at Close All Projects And Editors
-
- Closed
-
- relates to
-
QTCREATORBUG-23861 Qt Creator began to crash very often
-
- Closed
-
-
QTCREATORBUG-17467 Project Management seems to leak potentially large amounts of memory
-
- Closed
-