|
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
- echo 10000 > /proc/sys/vm/dirty_expire_centisecs
- echo 1500 > /proc/sys/vm/dirty_writeback_centisecs
- echo 990000 > /proc/sys/kernel/sched_rt_runtime_us
- echo always > /sys/kernel/mm/transparent_hugepage/defrag
- echo 1000 > /proc/sys/kernel/sched_migration_cost_ns
- systemctl stop systemd-update-utmp-runlevel.service
- Added 'processor.max_cstate=1 intel_idle.max_cstate=0 cgroup_disable=memory,cpu,cpuacct,blkio,hugetlb,cpuset,perf_event,devices,pids,net_cls,net_prio,freezer audit=0 selinux=0 apparmor=0' to GRUB_CMDLINE_LINUX_DEFAULT
|
Notes |
None
|
Parts of Benchmark |
Controller
|
JVM Instance Description |
jvm_1
|
Command Line |
-Xms2g -Xmx2g -Xmn1536m -XX:+UseParallelOldGC
|
Tuning |
None
|
Notes |
numactl --interleave=all
|
Parts of Benchmark |
Backend
|
JVM Instance Description |
jvm_1
|
Command Line |
-showversion -server -XX:AllocatePrefetchInstr=2 -XX:LargePageSizeInBytes=2m -XX:-UsePerfData -XX:+AggressiveOpts -XX:-UseAdaptiveSizePolicy -XX:+AlwaysPreTouch -XX:-UseBiasedLocking -XX:+UseLargePages -XX:+UseParallelOldGC -Xms29g -Xmx29g -Xmn27g -XX:SurvivorRatio=28 -XX:TargetSurvivorRatio=95 -XX:ParallelGCThreads=28 -XX:MaxTenuringThreshold=15 -Xnoclassgc -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -XX:+UseRTMLocking -XX:InlineSmallCode=10k
|
Tuning |
None
|
Notes |
Used numactl to affinitize each Backend JVM to physical cores in a NUMA node. - numactl --physcpubind=0-13,56-69 --membind=0
- numactl --physcpubind=14-27,70-83 --membind=1
- numactl --physcpubind=28-41,84-97 --membind=2
- numactl --physcpubind=42-55,98-111 --membind=3
|
Parts of Benchmark |
TxInjector
|
JVM Instance Description |
jvm_1
|
Command Line |
-Xms2g -Xmx2g -Xmn1536m -XX:+UseParallelOldGC
|
Tuning |
None
|
Notes |
Used numactl to affinitize each Transaction Injector JVM to a physical core in a NUMA node. - numactl --physcpubind=0 --membind=0
- numactl --physcpubind=14 --membind=1
- numactl --physcpubind=28 --membind=2
- numactl --physcpubind=42 --membind=3
|
|