I have this project: https://github.com/crinklywrappr/repoman
It's very short (~150loc). When I run lein native-image
it produces a massive 4gb3gb binary (at least on windows).
I believe there are a couple of reasons for the size:
I've never made a native image with graal before today. What steps can be taken to reduce the binary size of a graal native image?
It turns out that the graal was reporting memory consumption during compilation, and I was mis-attributing that to filesize.