How to increase limit of uploaded file size
Added by Oleg Brodkin almost 15 years ago
Helo,
I am running the latest version, and need to increase current (5M) limit on uploaded file size for Document and File sections. Any idea how to do it?
What is practical limitation on the file size? Can redmine handle 100M files?
Thank you
Oleg B
Replies (1)
RE: How to increase limit of uploaded file size - Added by Felix Schäfer almost 15 years ago
See RedmineSettings for the setting, as to the practical limit: it's pretty much limited by the amount of RAM you can throw at redmine, as e.g. this size setting also controls how big an SCM-stored file can get before forcing a download rather than showing it, and that goes through buffering the whole file in a ruby/rails process. I'd rather recommend not setting that setting too high and use an SCM (tortoiseSVN for example is quite easy to use) for files bigger than say 25M or maybe 50M, but that again will depend on the amount of RAM and the number of concurrent users your redmine will have.