Attempting to use QT creator as a C++ IDE for UE5 project on Linux. Engine built, and project generated all good. have the .pro file for QT creator. When opening it, it starts to parse the files. Takes a few minutes and then it just close… Looking into the issue seems like when QT creator starts to parse, it generates a compiled_commands.json file. When that file reach about 19GB in size a new process started by QT (ClangD), that starts to consume all available RAM (32GB). When it runs out, it crashes (Both clangd.main and QT creator). - Task killed by OOM killer (out of memory) Not sure why or how to fix.
Using Arch Linux (6.2.7-arch1-1 ), with QT Creator 9.0.2, ClangD 15.0.7 Project freshly generated by the editor no modification before opening it. (.pro project files generated after project by GenerateProjectFiles.sh -QMakefile)
Tried to reinstall clanged and qt creator - same result
Tried to build clangd from source - same result
Tried to run Qt from terminal to see if any error ( no error message, terminal also crash. If output redirected to a file, file remains empty)