Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Max upload size is 32M, preventing many scanned tiff uploads #238

Open
rosiel opened this issue Dec 6, 2022 · 1 comment
Open

Max upload size is 32M, preventing many scanned tiff uploads #238

rosiel opened this issue Dec 6, 2022 · 1 comment

Comments

@rosiel
Copy link
Contributor

rosiel commented Dec 6, 2022

I ran into this provisioning some sandboxes. If anyone has a suggestion for what this should be (without making too many presumptions on system resources) please let me know.

From our Large Files documentation, I was thinking 256M for file size and 120s timeouts?

@ruebot
Copy link
Contributor

ruebot commented Jan 13, 2023

These are the settings I have for my dev setup for our playbook. I can upload decent size test files, and I'm able to export the entire site config without WSOD.

inventory/dev/group_vars/webserver/general.yml
7:php_upload_max_filesize: 1G
8:php_post_max_size: 1G
9:php_max_input_time: 1000
10:php_max_execution_time: 1000
11:php_date_timezone: "America/Toronto"
12:php_memory_limit: 1G

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants