Open baloghadamsoftware opened 1 year ago
I have the same issue. when analysing a huge codebase (thousands of files or so) on a server, the entire ram gets eaten during the clang-tidy pass and the server crashes. the server has ~200Go of ram, so ram should not be an issue there.
Describe the bug When analyzing a project with ten thousands of source files the analyzis consumes all the memory
CodeChecker version 6.22.1
To Reproduce
Expected behaviour Analysis should have started properly. However, it does not happen but all the memory of the computer is consumed by CodeChecker itself (actually the third CodeChecker thread), without starting any analyzer.
Desktop (please complete the following information)
Additional context There are about 60000 files to analyze. When I split the log into 4 equal parts, the analysis starts but my 8Gb of memory is almost consumed by CodeChecker, not the analyzer engines.