JVM Instances |
jvm_Ctr_1(1), jvm_Backend_1(4), jvm_TxInjector_1(4)
|
OS Image Description |
os_1
|
Tuning |
- tuned-adm profile throughput-performance
- cpupower frequency-set -g performance
- systemctl stop systemd-update-utmp-runlevel.service
- ulimit -n 1024000
- echo 56000000 > /proc/sys/kernel/sched_latency_ns
- echo 750 > /proc/sys/kernel/sched_migration_cost_ns
- echo 180000 > /proc/sys/kernel/sched_min_granularity_ns
- echo 1000000 > /proc/sys/kernel/sched_wakeup_granularity_ns
- echo 12 > /proc/sys/kernel/sched_nr_migrate
- echo always > /sys/kernel/mm/transparent_hugepage/defrag
- echo always > /sys/kernel/mm/transparent_hugepage/enabled
- ulimit -v 800000000
- ulimit -m 800000000
- ulimit -l 800000000
|
Notes |
None
|
Parts of Benchmark |
Controller
|
JVM Instance Description |
jvm_1
|
Command Line |
-server -Xms2g -Xmx2g -Xmn1536m -XX:+UseLargePages -XX:+UseParallelGC -XX:ParallelGCThreads=2 -XX:LargePageSizeInBytes=2m
|
Tuning |
Used numactl to interleave memory on all CPUs
|
Notes |
None
|
Parts of Benchmark |
Backend
|
JVM Instance Description |
jvm_1
|
Command Line |
-server -Xms235g -Xmx235g -Xmn232g -XX:SurvivorRatio=64 -XX:MaxTenuringThreshold=15 -XX:+UseLargePages -XX:LargePageSizeInBytes=2m -XX:+UseParallelGC -Xnoclassgc -XX:+AlwaysPreTouch -XX:-UseAdaptiveSizePolicy -XX:-UsePerfData -XX:TargetSurvivorRatio=95 -XX:ParallelGCThreads=86 -XX:InitialCodeCacheSize=25m -XX:InlineSmallCode=10k
|
Tuning |
Used numactl to affinitize each Backend JVMs to one NUMA node- Group1: numactl --cpunodebind=0 --localalloc
- Group2: numactl --cpunodebind=1 --localalloc
- Group3: numactl --cpunodebind=2 --localalloc
- Group4: numactl --cpunodebind=3 --localalloc
|
Notes |
None
|
Parts of Benchmark |
TxInjector
|
JVM Instance Description |
jvm_1
|
Command Line |
-server -Xms2g -Xmx2g -Xmn1536m -XX:+UseLargePages -XX:+UseParallelGC -XX:ParallelGCThreads=2 -XX:LargePageSizeInBytes=2m
|
Tuning |
Used numactl to affinitize each TxInjector JVMs to one NUMA node- Group1: numactl --cpunodebind=0 --localalloc
- Group2: numactl --cpunodebind=1 --localalloc
- Group3: numactl --cpunodebind=2 --localalloc
- Group4: numactl --cpunodebind=3 --localalloc
|
Notes |
None
|