Fork me on GitHub
#emacs
<
2021-07-22
>
Jason10:07:04

Can recommend too, I’m currently going through his videos as I try to get a grip on emacs

tianshu08:07:07

I'm trying to use clojure-lsp in my project. But everytime it will be killed when starting. I think I have enough free memory. Is there anyone ran into the same issue?

furiel10:07:17

Maybe an open file limit problem? For example in macOS, the default open file limit is pretty low (256).

ericdallo12:07:58

That's not a common error, clojure-lsp needs 2GB I think but it uses that only during start not on next runz

tianshu01:07:10

Thanks, I'll take a look at open file limits.

ericdallo01:07:41

Also make sure you are using latest version, maybe try the JVM binary from latest Github release if issues