reagent-project / reagent-template

A Leiningen template for projects using Reagent.
MIT License
395 stars 55 forks source link

Insufficient Java heap space on Windows #179

Closed taoroalin closed 3 years ago

taoroalin commented 3 years ago

The default heap space on windows is insufficient to run shadow-cljs watch app. This can be solved by adding :jvm-opts ["-Xmx1G"] to project.clj.

yogthos commented 3 years ago

Thanks for the solution, updated the template to add the :jvm-opts as the default.

yogthos commented 3 years ago

Thanks for the solution, updated the template to add the :jvm-opts as the default.