Skip to content
Snippets Groups Projects
Commit 2f203083 authored by 郭浩's avatar 郭浩
Browse files

Add java version and gc conf

parent 0897025e
No related branches found
No related tags found
No related merge requests found
...@@ -389,6 +389,11 @@ wrk -t4 -c1024 -d60s -T5 --script=./wrk.lua --latency http://localhost:8087/invo ...@@ -389,6 +389,11 @@ wrk -t4 -c1024 -d60s -T5 --script=./wrk.lua --latency http://localhost:8087/invo
#### 环境和启动参数 #### 环境和启动参数
- JDK 版本: Openjdk 1.8.0_212
- GC collector : Parallel Scavenge + Parallel Old
- 宿主机 OS: 4.19.34-11.al7.x86_64
- Docker 版本: 1.13.1
| 程序 | 宿主机配置 | JVM参数 | Docker资源限制参数 | | 程序 | 宿主机配置 | JVM参数 | Docker资源限制参数 |
| :--: | :--------: | :------: | :------: | | :--: | :--------: | :------: | :------: |
| consumer | Intel Xeon(Skylake) Platinum 8163, 2.5 GHz,1.5 Gbps, 500k PPS | -Xms4G -Xmx4G | -m 4g | | consumer | Intel Xeon(Skylake) Platinum 8163, 2.5 GHz,1.5 Gbps, 500k PPS | -Xms4G -Xmx4G | -m 4g |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment