每个App Engine应用(不是1,000)允许3,000个文件是否正确? [英] Is it correct that you are allowed 3,000 files per App Engine app (not 1,000)?

查看:115
本文介绍了每个App Engine应用(不是1,000)允许3,000个文件是否正确?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

根据这篇维基百科文章,每个应用允许您提供3,000个文件,但我是阅读Google Groups上的一个主题,指出某人的Java应用程序试图上传超过1,000个文件时收到警告 - 他通过将一些文件捆绑在jar中来解决此问题。哪些是正确的?

解决方案

从[Python Appengine Quotas and Limits]更新




  • 最大文件总数(应用程序文件和静态文件):总共10,000个,每个目录1,000个
  • 应用程序文件:32 MB
  • 静态文件的最大大小:32 MB





    Guido van Rossum在 Google App Engine issue 161


    所有对静态和
    代码文件的限制确实增加到
    3000.目前没有计划进一步增加它。以下限制仍然是



    • 代码文件的最大合并大小为150 MB


    • 每个目录最多1000个文件(不包括文件


      在引用的消息中,blob指向静态文件
      ; 文件是指代码
      文件。



    According to this Wikipedia article, you are allowed 3,000 files per app but I was reading a thread on Google Groups that someone's Java app received a warning when it tried to upload more than 1,000 files - he got around it by bundling some files inside jars. Which is correct?

    解决方案

    Updated from [Python Appengine Quotas and Limits]

    • Maximum total number of files (app files and static files): 10,000 total, 1,000 per directory
    • Maximum size of an application file: 32 megabytes
    • Maximum size of a static file: 32 megabytes

    Guido van Rossum provides the answer in Google App Engine issue 161:

    All, the combined limit on static and code files has indeed increased to 3000. There is no plan to increase it further. The following limits are also still in place:

    • 150 MB max combined size of code files

    • 10 MB max individual size of any file

    • 1000 files max per directory (not counting files in subdirectories)

    In the quoted message, "blob" refers to static files; "file" refers to code files.

    这篇关于每个App Engine应用(不是1,000)允许3,000个文件是否正确?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆