enleur
10/01/2017, 11:54 AMjava -Xmx64m -Xss256k -jar springexample-0.0.1-SNAPSHOT.jar
it takes 200mb memory? Is it possible to reduce it?
dependencies {
compile "org.springframework.boot:spring-boot-starter-actuator:$springBootVersion"
compile "org.springframework.boot:spring-boot-starter-web:$springBootVersion"
compile "org.springframework.boot:spring-boot-starter-undertow:$springBootVersion"
compile "org.jetbrains.kotlin:kotlin-stdlib-jre8:$kotlinVersion"
compile "org.jetbrains.kotlin:kotlin-reflect:$kotlinVersion"
runtime "org.springframework.boot:spring-boot-devtools:$springBootVersion"
testCompile "org.springframework.boot:spring-boot-starter-test:$springBootVersion"
}