Exceeds maximum allowed size of 10GB

Greetings All,
We’re intending to increase the max file upload size in the “files” app to 20G, but we keep getting the error ‘exceeds maximum allowed size of 10GB’. We set the variable nginx_file_upload_max in /etc/ood/config/nginx_stage.yml to ‘21474840000’, restarted the web server from the help menu, but kept getting that same error when uploading a file that’s around 12GB. We then tried adding the line FILE_UPLOAD_MAX=21474840000 in both /etc/ood/config/apps/files/env and /etc/ood/config/apps/dashboard/env, made sure that both files had 644 permissions, restarted the web server, tried to upload the same file, and got the same error. Not sure if we’re missing a step, or doing something wrong. Any help you can provide is welcome.

I have a feeling you will need to restart Apache.

We tried that. We even restarted the server. Results are the same.

Did you regenerate the config with /opt/ood/ood-portal-generator/sbin/update_ood_portal?

That didn’t work either. When we change the parameter to 5G, and we try to upload a 5.09G file, the error message switches to 5G max, meaning that the changes are being picked up. But when we change the parameter back to 20G, the error message reverts back to the 10G max.

I’ll look into this - I have to try to replicate in a container.

I forgot to add that we are running OnDemand 3.1.10 on an RHEL 9 system.