File size upload limit
When planning for uploading files for the Spotfire Service for Python, you can set the file size limit for uploading using the properties setting for the Spring Boot framework. If you change this setting, consider how the file size might affect the speed at which files can be uploaded.
Configuration property | Default setting | Description |
---|---|---|
spring.servlet.multipart.max-file-size
|
100 MB
|
The total file size for upload cannot exceed the value for this setting. |
spring.servlet.multipart.max-request-size
|
100 MB
|
The total request size for a multipart file upload cannot exceed the value for this setting. |
Parent topic: Custom configuration properties
Related information
- Allowed engines
- Compressed job contents and results
- Custom Python interpreter
- Disable warnings
- Docker container built for no internet access
- Engine pruning
- Engine timeout
- Logging level
- Manage Java options
- Package library location
- Safeguarding your environment
- Startup script
- engine ports
- JMX monitoring
- Containerized configuration