Fork me on GitHub
#luminus
<
2020-02-15
>
3Jane19:02:35

sass followup: how much memory would you expect it to require? "It works on my machine" (ie when run locally), but when I run it remotely, lein sass fails with java.lang.OutOfMemoryError: Java heap space

3Jane19:02:59

project.clj contains :jvm-opts ["-Xmx2g"] and circleci config contains JVM_OPTS: -Xmx3200m

3Jane20:02:32

...needed to set LEIN_JVM_OPTS it turns out. Now it works 👌

👍 4