I have a question about the performance of grails running a standalone container.
我有一个关于运行独立容器的Grails的性能的问题。
When I run ./gradlew bootRun
my application responds 454413 in one minute. When I compile the application using ./gradlew war
and run java -Dgrails.env=prod -server -Xmx2048M -jar build/libs/g6-app-0.1.war
the same application only responds to 3132 requests in one minute.
当我奔跑的时候gradlew bootRun我的应用程序在一分钟内响应454413。当我使用./编译应用程序时gradlew war and run java -Dgrails.env=prod -server -Xmx 2048 M-jar build/libs/g6-app-0.1.war同一个应用程序在一分钟内只响应3132个请求。
I don't understand what it could be.
我不明白会是什么。
Grails 6.0.0
JVM java 20.0.2
Container Undertow
Grails 6.0.0 JVM Java 20.0.2货柜在拖
更多回答
优秀答案推荐
我是一名优秀的程序员,十分优秀!