JVM Instances |
jvm_Ctr_1(1), jvm_Backend_1(8), jvm_TxInjector_1(8)
|
OS Image Description |
os_1
|
Tuning |
- SELINUX=disabled
- ulimit -n 32768
- echo 16000000 > /proc/sys/kernel/sched_latency_ns
- echo 3000000 > /proc/sys/kernel/sched_min_granularity_ns
- echo 1000 > /proc/sys/kernel/sched_migration_cost_ns
|
Notes |
None
|
Parts of Benchmark |
Controller
|
JVM Instance Description |
jvm_1
|
Command Line |
-server -Xms2g -Xmx2g -Xmn1536m -XX:+UseLargePages -XX:LargePageSizeInBytes=2m -XX:+UseParallelOldGC -XX:+UseCondCardMark -XX:ParallelGCThreads=1
|
Tuning |
None
|
Notes |
None
|
Parts of Benchmark |
Backend
|
JVM Instance Description |
jvm_1
|
Command Line |
-server -Xms350g -Xmx350g -Xmn330g -XX:SurvivorRatio=36 -XX:MaxTenuringThreshold=15 -XX:+UseLargePages -XX:LargePageSizeInBytes=2m -XX:+UseParallelOldGC -Xnoclassgc -XX:+AggressiveOpts -XX:+AlwaysPreTouch -XX:-UseAdaptiveSizePolicy -XX:-UsePerfData -XX:TargetSurvivorRatio=90 -XX:ParallelGCThreads=56 -XX:-UseBiasedLocking -verbose:gc -XX:+PrintGCDetails -XX:+PrintGCDateStamps
|
Tuning |
numactl used to affinitize each Backend JVM to a single memory node, eg:- numactl --cpunodebind=$gnum --localalloc
|
Notes |
None
|
Parts of Benchmark |
TxInjector
|
JVM Instance Description |
jvm_1
|
Command Line |
-server -Xms2g -Xmx2g -Xmn1536m -XX:+UseParallelOldGC -XX:+UseCondCardMark -XX:ParallelGCThreads=4
|
Tuning |
numactl used to affinitize each TxInjector JVM to a single memory node, eg:- numactl --cpunodebind=$gnum --localalloc
|
Notes |
None
|