[PATCH] D93452: [clangd] Trim memory periodically

Nathan James via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Dec 19 18:21:01 PST 2020


njames93 added a comment.

Just attached a debugger and ran malloc_trim on my clangd instance which was sitting at 6.7GB, afterwards it was 1.3GB. Interestingly clangd held rock solid at 1.0GB recorded memory usage throughout.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D93452/new/

https://reviews.llvm.org/D93452



More information about the cfe-commits mailing list