graalvm

Discuss GraalVM related topics. Use clojure 1.10.2 or newer for all new projects. Contribute to https://github.com/clj-easy/graal-docs and https://github.com/BrunoBonacci/graalvm-clojure. GraalVM slack: https://www.graalvm.org/slack-invitation/.
lread 2020-02-08T16:04:28.051800Z

oh cool! they had hoped to have reduced native-image memory consumption in v20, looking forward to giving it a whirl.

borkdude 2020-02-08T19:05:54.052300Z

it looks like they're logging the memory usage at each step now: see the build binary step here: https://circleci.com/gh/borkdude/babashka/4058

borkdude 2020-02-08T22:53:52.053Z

discovered a startup time regression with the latest graalvm 20 dev build: https://github.com/oracle/graal/issues/2136 it would be great if you could also do some testing on this, on your own projects