The maximum slug size limit <https://devcenter.heroku.com/articles/limits#slug-size> is 300MB (a slug is what we build from the code you push to the platform). If you expect to have a large amount of static content you'll want to store it in S3, or something similar, and serve it from there. These articles may be useful:
https://devcenter.heroku.com/articles/using-amazon-cloudfront-cdn https://devcenter.heroku.com/articles/s3 On Wed, May 4, 2016 at 12:36 PM, Max Rahder <[email protected]> wrote: > My dyno will have a lot of static content -- tens of gigabytes, > eventually. Is there a limit on storage? Does it differ by dyno type? > > Thanks for the help! > > :-) > > > -- > -- > You received this message because you are subscribed to the Google > Groups "Heroku" group. > > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/heroku?hl=en_US?hl=en > > --- > You received this message because you are subscribed to the Google Groups > "Heroku Community" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- -- You received this message because you are subscribed to the Google Groups "Heroku" group. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/heroku?hl=en_US?hl=en --- You received this message because you are subscribed to the Google Groups "Heroku Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
