Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Where you can replace this placeholder:

Code Block
MAX_REQUESTMULTIPART -> is the max file size you want sign in GB (our advise is greater than the file size you want sign)
MAX_MULTIPARTREQUEST -> is the max file of request (should be at the least the value of MAX_REQUEST)

For example if you want sign a file of 3GB, you can use this value:

Code Block
MAX_REQUEST = 45
MAX_MULTIPART = 54

And the properties of docker run run will be:

Code Block
docker run ... -e SPRING_SERVLET_MULTIPART_MAX_REQUEST_SIZE=4GB5GB -e SPRING_SERVLET_MULTIPART_MAX_FILE_SIZE=5GB4GB

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