Is the 5 MB static resource size limit 5,242,880 bytes or 5,000,000 bytes?Testing callout with zipped static resourceIs it Possible to access SDK From Static Resource?Is there anything wrong with using Static Resource URL without the timestamp?accessing static resource in apexReferencing Static Resource Images in a visualforce pageNeed to call 2 static resources in CSS and Visualforce PageWhy is this Static Resource dynamic reference not working?Static resource stops working on compressionHow can I access the html text in static resource file in lightning client-side controller?Can Static-Resource Files be Listed via Apex?

What are Bevel Edges

What does the "ep" capability mean?

How to make a pipeline wait for end-of-file or stop after an error?

what is the sudo password for a --disabled-password user

how to find the equation of a circle given points of the circle

What language was spoken in East Asia before Proto-Turkic?

Why must Chinese maps be obfuscated?

How do I reattach a shelf to the wall when it ripped out of the wall?

Normal Map bad shading in Rendered display

Examples of subgroups where it's nontrivial to show closure under multiplication?

What is the most expensive material in the world that could be used to create Pun-Pun's lute?

Binary Numbers Magic Trick

Why do games have consumables?

Combinable filters

How exactly does Hawking radiation decrease the mass of black holes?

Fizzy, soft, pop and still drinks

The Defining Moment

How can I practically buy stocks?

Examples of non trivial equivalence relations , I mean equivalence relations without the expression " same ... as" in their definition?

As an international instructor, should I openly talk about my accent?

Question about かな and だろう

What software provides a code editing environment on iPad?

How to pronounce 'C++' in Spanish

Map of water taps to fill bottles



Is the 5 MB static resource size limit 5,242,880 bytes or 5,000,000 bytes?


Testing callout with zipped static resourceIs it Possible to access SDK From Static Resource?Is there anything wrong with using Static Resource URL without the timestamp?accessing static resource in apexReferencing Static Resource Images in a visualforce pageNeed to call 2 static resources in CSS and Visualforce PageWhy is this Static Resource dynamic reference not working?Static resource stops working on compressionHow can I access the html text in static resource file in lightning client-side controller?Can Static-Resource Files be Listed via Apex?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








6















Documentation such as Static Resources says:




A single static resource can be up to 5 MB in size. An organization
can have up to 250 MB of static resources.




We have one growing static resource of size 4,950,663 bytes, so it would be good to know whether the limit is 5,242,880 bytes or 5,000,000 bytes.










share|improve this question






























    6















    Documentation such as Static Resources says:




    A single static resource can be up to 5 MB in size. An organization
    can have up to 250 MB of static resources.




    We have one growing static resource of size 4,950,663 bytes, so it would be good to know whether the limit is 5,242,880 bytes or 5,000,000 bytes.










    share|improve this question


























      6












      6








      6


      1






      Documentation such as Static Resources says:




      A single static resource can be up to 5 MB in size. An organization
      can have up to 250 MB of static resources.




      We have one growing static resource of size 4,950,663 bytes, so it would be good to know whether the limit is 5,242,880 bytes or 5,000,000 bytes.










      share|improve this question
















      Documentation such as Static Resources says:




      A single static resource can be up to 5 MB in size. An organization
      can have up to 250 MB of static resources.




      We have one growing static resource of size 4,950,663 bytes, so it would be good to know whether the limit is 5,242,880 bytes or 5,000,000 bytes.







      static-resources






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited 26 mins ago







      Keith C

















      asked 2 hours ago









      Keith CKeith C

      97.4k1197220




      97.4k1197220




















          1 Answer
          1






          active

          oldest

          votes


















          6














          It's 5,000,000 bytes. In Salesforce, all storage units are per SI units, where megabyte means 1,000,000, and mebibyte means 1,048,576. Nowhere in Salesforce are the SI units for kibibyte/mebibyte/gibibyte, etc used in the documentation explicitly. Good luck finding this explicitly mentioned in the documentation, but note that this trend is consistent across all such limits (6MB Apex code, 10MB Custom Settings, etc). The rare exception to this rule are the field size limits (e.g. 32KB is 32,767 characters).






          share|improve this answer























          • Thanks and for the broadness of the answer too. So we only have 49,337 bytes to spare...

            – Keith C
            1 hour ago











          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "459"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsalesforce.stackexchange.com%2fquestions%2f260296%2fis-the-5-mb-static-resource-size-limit-5-242-880-bytes-or-5-000-000-bytes%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          6














          It's 5,000,000 bytes. In Salesforce, all storage units are per SI units, where megabyte means 1,000,000, and mebibyte means 1,048,576. Nowhere in Salesforce are the SI units for kibibyte/mebibyte/gibibyte, etc used in the documentation explicitly. Good luck finding this explicitly mentioned in the documentation, but note that this trend is consistent across all such limits (6MB Apex code, 10MB Custom Settings, etc). The rare exception to this rule are the field size limits (e.g. 32KB is 32,767 characters).






          share|improve this answer























          • Thanks and for the broadness of the answer too. So we only have 49,337 bytes to spare...

            – Keith C
            1 hour ago















          6














          It's 5,000,000 bytes. In Salesforce, all storage units are per SI units, where megabyte means 1,000,000, and mebibyte means 1,048,576. Nowhere in Salesforce are the SI units for kibibyte/mebibyte/gibibyte, etc used in the documentation explicitly. Good luck finding this explicitly mentioned in the documentation, but note that this trend is consistent across all such limits (6MB Apex code, 10MB Custom Settings, etc). The rare exception to this rule are the field size limits (e.g. 32KB is 32,767 characters).






          share|improve this answer























          • Thanks and for the broadness of the answer too. So we only have 49,337 bytes to spare...

            – Keith C
            1 hour ago













          6












          6








          6







          It's 5,000,000 bytes. In Salesforce, all storage units are per SI units, where megabyte means 1,000,000, and mebibyte means 1,048,576. Nowhere in Salesforce are the SI units for kibibyte/mebibyte/gibibyte, etc used in the documentation explicitly. Good luck finding this explicitly mentioned in the documentation, but note that this trend is consistent across all such limits (6MB Apex code, 10MB Custom Settings, etc). The rare exception to this rule are the field size limits (e.g. 32KB is 32,767 characters).






          share|improve this answer













          It's 5,000,000 bytes. In Salesforce, all storage units are per SI units, where megabyte means 1,000,000, and mebibyte means 1,048,576. Nowhere in Salesforce are the SI units for kibibyte/mebibyte/gibibyte, etc used in the documentation explicitly. Good luck finding this explicitly mentioned in the documentation, but note that this trend is consistent across all such limits (6MB Apex code, 10MB Custom Settings, etc). The rare exception to this rule are the field size limits (e.g. 32KB is 32,767 characters).







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered 2 hours ago









          sfdcfoxsfdcfox

          267k13213461




          267k13213461












          • Thanks and for the broadness of the answer too. So we only have 49,337 bytes to spare...

            – Keith C
            1 hour ago

















          • Thanks and for the broadness of the answer too. So we only have 49,337 bytes to spare...

            – Keith C
            1 hour ago
















          Thanks and for the broadness of the answer too. So we only have 49,337 bytes to spare...

          – Keith C
          1 hour ago





          Thanks and for the broadness of the answer too. So we only have 49,337 bytes to spare...

          – Keith C
          1 hour ago

















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Salesforce Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsalesforce.stackexchange.com%2fquestions%2f260296%2fis-the-5-mb-static-resource-size-limit-5-242-880-bytes-or-5-000-000-bytes%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          How to create a command for the “strange m” symbol in latex? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)How do you make your own symbol when Detexify fails?Writing bold small caps with mathpazo packageplus-minus symbol with parenthesis around the minus signGreek character in Beamer document titleHow to create dashed right arrow over symbol?Currency symbol: Turkish LiraDouble prec as a single symbol?Plus Sign Too Big; How to Call adfbullet?Is there a TeX macro for three-legged pi?How do I get my integral-like symbol to align like the integral?How to selectively substitute a letter with another symbol representing the same letterHow do I generate a less than symbol and vertical bar that are the same height?

          Българска екзархия Съдържание История | Български екзарси | Вижте също | Външни препратки | Литература | Бележки | НавигацияУстав за управлението на българската екзархия. Цариград, 1870Слово на Ловешкия митрополит Иларион при откриването на Българския народен събор в Цариград на 23. II. 1870 г.Българската правда и гръцката кривда. От С. М. (= Софийски Мелетий). Цариград, 1872Предстоятели на Българската екзархияПодмененият ВеликденИнформационна агенция „Фокус“Димитър Ризов. Българите в техните исторически, етнографически и политически граници (Атлас съдържащ 40 карти). Berlin, Königliche Hoflithographie, Hof-Buch- und -Steindruckerei Wilhelm Greve, 1917Report of the International Commission to Inquire into the Causes and Conduct of the Balkan Wars

          Category:Tremithousa Media in category "Tremithousa"Navigation menuUpload media34° 49′ 02.7″ N, 32° 26′ 37.32″ EOpenStreetMapGoogle EarthProximityramaReasonatorScholiaStatisticsWikiShootMe