casionone opened a new pull request #1263: URL: https://github.com/apache/incubator-linkis/pull/1263
### What is the purpose of the change Fix the bug: when uploading large bml resource files causes oom exception Related issues: #1262 ### Brief change log New configuration spring.spring.servlet.multipart.file-size-threshold=50MB. The default value is 0, Jetty and tomcat containers handle the 0 value of this parameter differently Tomcat will write to disk immediately Jetty will never write to disk See for details: https://github.com/spring-projects/spring-boot/issues/9073 ### Does this pull request potentially affect one of the following parts: - Dependencies (does it add or upgrade a dependency): (no) - Anything that affects deployment: (no ) - The MGS(Microservice Governance Services), i.e., Spring Cloud Gateway, OpenFeign, Eureka.: (no) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@linkis.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@linkis.apache.org For additional commands, e-mail: dev-h...@linkis.apache.org