Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 9.0.0
-
Ubuntu 20.04 LTS
-
ed06978830 (qt-creator/qt-creator/9.0) ed06978830 (qt-creator/qt-creator/master)
Description
- On a machine with less than 12GiB of memory, start Creator with empty settings.
On the bottom of its window, Creator shows an info bar that the memory is not sufficient to use clangd. - Don't click the infobars at the bottom.
- In "Edit" -> "Preferences..." -> "C++" -> "Clangd", verify that clangd is inactive.
- Close Creator.
- Start Creator with the same settings directory again.
This time, there's no infobar about clangd. - In "Edit" -> "Preferences..." -> "C++" -> "Clangd", verify that clangd is inactive.
Now it is active.
I think it makes sense that Creator disables clangd when there's not enough memory. It should remain disabled until the user explicitly enables it.