Fork me on GitHub
#cider
<
2023-04-22
>
David Ackerman21:04:15

is there a way i can set the jvm memory for my cider repl? i can't seem to find the documentation for it

Alex Miller (Clojure team)22:04:49

You can set :jvm-opts [“-Xmx=512m”] in an alias and then include the alias

👍 2
Alex Miller (Clojure team)22:04:57

Or just -J-Xmx=512m on the CLI command line, not sure which is easier

David Ackerman22:04:56

Ah including an alias will probably work as I'm using cider-jack-in. Thanks!

David Ackerman21:04:22

or is this maybe something i should specify in deps.edn? (trying that now)