20mb is the limit for smaller apps, I imagine 50mb is for the Crane etc.? Alex
On Dec 20, 1:17 am, Chris Hanks <[email protected]> wrote: > My app info screen on heroku.com says: Slug Size: 6.2 MB of 20mb. Is > that a typo, then? Should it be 50mb? > > On Dec 19, 12:25 pm, Oren Teich <[email protected]> wrote: > > > > > That is just for the DB. Your slug can be up to 50MB. If you're hosting > > large assets, we suggest using S3 directly. 1GB is only 0.10/month, and > > it's blazingly fast. > > > Oren > > > On Sat, Dec 19, 2009 at 6:38 AM, iamjediknight > > <[email protected]>wrote: > > > > I am looking at the Crane package which has 500MB storage. Is that > > > 500MB just for the database or is it 500MB combined for my app (whats > > > in my git repo) and database? > > > > Thanks, Scott. > > > > On Dec 19, 12:50 am, Adam Wiggins <[email protected]> wrote: > > > > On Fri, Dec 18, 2009 at 7:17 AM, iamjediknight <[email protected]> > > > wrote: > > > > > I have a rails app that reads liquid templates off the filesystem, as > > > > > well as content (i.e. images, html, etc.). So will I need to store > > > > > those via Amazon S3? Is there another way to store content? > > > > > Assuming these things (templates, images) are in your Git repository > > > > and you're only reading them, that will work fine. The only time you > > > > can't use the filesystem is for writes, such as storing images or pdfs > > > > uploaded by your users. For that you should use S3. > > > > > Adam > > > > -- > > > > You received this message because you are subscribed to the Google Groups > > > "Heroku" group. > > > To post to this group, send email to [email protected]. > > > To unsubscribe from this group, send email to > > > [email protected]<heroku%[email protected]> > > > . > > > For more options, visit this group at > > >http://groups.google.com/group/heroku?hl=en. -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected]. 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.
