Fork me on GitHub
#cider
<
2022-07-06
>
Benjamin16:07:57

jo how to define jvm-opts in deps.edn so cider uses them?

{:paths ["src"]
 :jvm-opts ["-Xms" "32g"]
 :deps
 {techascent/tech.ml.dataset {:mvn/version "6.091"}}}

dpsutton16:07:25

jvm opts cannot be top level. they must be in an alias. Add them to an alias and then use that alias