matthiasblaesing commented on pull request #2589: URL: https://github.com/apache/netbeans/pull/2589#issuecomment-743823771
@jlahoda @JaroslavTulach you both worked in the area of the lsp client. I documented my reasoning in the commit message and the issue report but the TL;DR version is: I worked with angular applications and noticed, that the whole system became sluggish, investigating I found that a massive number of node processes was running as children of the netbeans process. That started my investigation and my finding is, that the caching/reuse of the LSP client does not work and every request for LSP bindings results in a new process being started. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
