Hello world is fun, but doesn't say much. I would like to see benchmarks on the actual application. Ideally it would take several jvm's so also Graal and J9 and also use the commercial version of making a native image, asses how much memory is needed when run on the JVM and limit that, since otherwise it will might take upto a quarter of available memory. Measures both the time to the first successful handled request from startup, the max throughput after being warmed up properly, the .99 percentile latency after being warmed up, and the memory use. Only if you have those numbers you could decide if a native image is worth it. For example if with the current load one instance with a native image could always handle the load, it might save a lot, because you can and to 0, where the total first request just take seconds. But if at loyal moments with a native image you need 30 instances, while on the JVM you need only 3 it might not.
-- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/clojure/bcc8f1d8-db0a-45f0-9d95-d280ae653fcc%40googlegroups.com.