This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-04-22
Channels
- # ai (1)
- # announcements (1)
- # beginners (22)
- # biff (14)
- # cherry (1)
- # cider (5)
- # clerk (18)
- # clj-kondo (6)
- # clojure (17)
- # clojure-conj (1)
- # clojure-europe (19)
- # clojure-hungary (1)
- # clojure-losangeles (6)
- # clojure-norway (3)
- # clr (1)
- # data-science (4)
- # events (1)
- # fulcro (5)
- # hyperfiddle (21)
- # instaparse (5)
- # kaocha (7)
- # malli (9)
- # nbb (12)
- # off-topic (3)
- # re-frame (8)
- # scittle (17)
- # shadow-cljs (18)
is there a way i can set the jvm memory for my cider repl? i can't seem to find the documentation for it
You can set :jvm-opts [“-Xmx=512m”]
in an alias and then include the alias
👍 2
Or just -J-Xmx=512m
on the CLI command line, not sure which is easier
Ah including an alias will probably work as I'm using cider-jack-in. Thanks!
or is this maybe something i should specify in deps.edn? (trying that now)