Reduce Heroku Compiled Slug Size
        Posted  
        
            by etrepat
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by etrepat
        
        
        
        Published on 2010-05-26T09:17:28Z
        Indexed on 
            2010/05/26
            9:21 UTC
        
        
        Read the original article
        Hit count: 287
        
I've just updated rails to v2.3.6 on my app under a bamboo-ree-1.8.7 stack and the compiled slug size has grown up to 40.5Mb! Previous to that last git push, the slug size was about 20Mb and was using rails v2.3.5.
Is it because my slug has both of rails versions installed? Probably I'm missing something but I haven't added any special code/files into my app as to increase the slug size by ~20Mb.
Can you point me on how can I reduce the slug size?
Any help will be greatly appreciated.
Thank you very much in advance.
© Stack Overflow or respective owner