Version Compatibility - Gradle - Java - Kotlin
Gradle 8.2.1Kotlin 1.9.20-Beta2JVM 21Spring Boot 3.1.0Apache Tomcat 10.1.8orNetty 4.1.92.Final
-server
-Xss1m
-Xms1g
-Xmx1g
-XX:NativeMemoryTracking=detail
-XX:Tier3CompileThreshold=100
-XX:Tier4CompileThreshold=100
- Tomcat + Platform Threads
- Netty + Reactor
- Netty + Kotlin Coroutines
- Tomcat + Virtual Threads
$ jmeter -n -t jmeter/JMeter_Config.jmx -l jmeter/jmeter.jtl-n: It specifies JMeter is to run in non-gui mode-t: Name of JMX file that contains the Test Plan-l: Name of JTL(JMeter text logs) file to log results-j: Name of JMeter run log file
- https://youtrack.jetbrains.com/issue/KT-57669
- Kotlin 1.9.0-Beta 부터 JVM 20 지원