A low heroku slug size is good for improving startup of heroku 
applications. Because of that I've spent some time lately trying to get as 
small a slug size as possible. I eventually found a plugin called 
lein-heroku, which allows you to just upload a single uberjar file. When 
the build system is set up correctly, this should give you the tiniest slug 
size possible. Yet, even though I have 20ish MB less in the repository 
(checked with heroku run bash && du -h), the difference in slug size is a 
mere 3MB.

I'm consistently getting around 70-80MB in slug size. Is this as low as I 
can go? Have anyone else done better?

-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to