chkaufmann 17 Posted September 21, 2021 I'm still working with Delphi 10.4.2 and I noticed, that there are two processes DelphiLSP.exe and both take a lot of memory. In addition there is bds.exe which isn't small either. Is this "by default" or can I change that with changing any of my options? Christian Share this post Link to post
Uwe Raabe 2057 Posted September 21, 2021 That is intended. The LSP processes build their own internal data structures decoupled from the BDS ones. The sizes required depend on the complexity of your projects. Share this post Link to post