공부
[SpringBoot] configuration memory heap size
승가비
2020. 5. 17. 05:14
728x90
mvn spring-boot:run -Drun.jvmArguments="-Xms4048m -Xmx8096m"
How can I configure the heap size when starting a Spring Boot application with embedded Tomcat?
I am trying to deploy a Spring Boot powered web app to production. The app is built with Spring Boot 1.0.1 and has the default Tomcat 7 embedded as application server. I want to allocate larger mem...
stackoverflow.com
728x90