...
By Default, you can sign until 1GB without add customization, but if you want sign files over 1GB, you must add customization properties
...
Code Block |
---|
docker run ... -e SPRING_SERVLET_MULTIPART_MAX_REQUEST_SIZE=5GB -e SPRING_SERVLET_MULTIPART_MAX_FILE_SIZE=4GB |
Note |
---|
IMPORTANT: the disk free space must be at least a double of MAX_MULTIPART value, in the above, you should have at least 10GB free |