Hi Elliott,

On Tue, Mar 14, 2023, 16:10 Elliott Shugerman <eeshugerman@gmail.com> wrote:

I work on a large codebase with LSP and used to run into the "too many open files" error all the time unless I disabled desired functionality or gave up native-comp. Now, with this patch, not only is that issue gone entirely, but I find Emacs is generally more responsive and stable on macOS.

What LSP server are you using? Is it perhaps requesting many file watchers? Or maybe the client is overwatching on the Emacs side (what client are you using?). Do you have a JSONRPC transcript that you can share with me? 

João