You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I can deploy a large BPMN file with a size > 1MB. The deployment fails with the following message:
Maximum upload size exceeded; nested exception is java.lang.IllegalStateException: org.apache.tomcat.util.http.fileupload.impl.FileSizeLimitExceededException: The field resources exceeds its maximum permitted size of 1048576 bytes.
To Reproduce
Steps to reproduce the behavior:
Deploy a BPMN file with a size > 1MB
See error
Expected behavior
I can deploy a BPMN file with a size > 2MB.
Zeebe has a max limit of 4MB but with all records is may be effectively just 2MB.
Screenshots
Environment (please complete the following information):
Describe the bug
I can deploy a large BPMN file with a size > 1MB. The deployment fails with the following message:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I can deploy a BPMN file with a size > 2MB.
Zeebe has a max limit of 4MB but with all records is may be effectively just 2MB.
Screenshots
Environment (please complete the following information):
1.10.1
Additional context
The issue can be fixed by setting the following configuration:
Environment variables:
Or, in
application.yml
:The text was updated successfully, but these errors were encountered: