luminus

3Jane 2020-02-15T19:51:35.061600Z

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

3Jane 2020-02-15T19:51:59.062Z

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

3Jane 2020-02-15T20:23:32.062600Z

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

👍 1