Increase File Manager Upload Limit

Hello,

The OOD file manager appears to have an upload limit of 10GB. Is this a hard limit, or can it be increased?

For most users, this limit is reasonable, but some have larger datasets, etc. and it would be nice to manage file transfers entirely within the OOD file manager and not have to use an external program (CyberDuck, FileZilla, etc.). Users don’t need to have an SSH key to access OOD but would have to have one in order to user an external program (certainly not a deal-breaker but just less efficient).

Warmest regards,
Jason

It’s not a hard limit, it’s a configuration.

https://osc.github.io/ood-documentation/latest/customizations.html?#set-upload-limits

Please keep in mind that OOD file transfers are ‘cached’ during the transfer to whatever /tmp partition you have on your OOD webhost. As such, if you haven’t allocated enough space there, too big a limit will cause weird errors to happen mid transfer.

Thanks @alanc for that clarification; we have a large /tmp (150gb) so that shouldn’t be an issue, but it’s good to know that point.

And, thank you @jeff.ohrstrom for linking to the docs. It is somewhat baffling, however, that to decrease the upload limit, I can change one variable, but to increase it, I need to change a different variable in a different location and delete the original one… If I want to adjust download limits, however, that seems to be one variable, whether I want to increase or decrease it.

Jason