https://bugzilla.wikimedia.org/show_bug.cgi?id=44342
Sam Reed (reedy) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #8 from Sam Reed (reedy) <[email protected]> --- (In reply to comment #7) > Coincidentally, the maximum size of the file as reported by the command line > seems to equal the [[memory address#Word size versus address size|word size]] > of a 32-bit computer: 4,294,967,296 bytes, or 4 gibibytes (GiB). Should we > assume that this is the maximum size of a file that could now be hosted on > any > of the Wikimedia wikis, and Commons in particular? protected $maxFileSize = 4294967296; // integer bytes (4GiB) https://gerrit.wikimedia.org/r/gitweb?p=mediawiki/core.git;a=commit;f=includes/filebackend/FileBackendStore.php;h=3e3da50e8ac345a24b0619540966909fc65d7d56 I'm guessing it was a "randomly" picked value. If you want to see it raised, I guess it should be a separate but and discussed :) -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
