JVM Instances |
jvm_Ctr_1(1), jvm_Backend_1(4), jvm_TxInjector_1(4)
|
OS Image Description |
os_1
|
Tuning |
- cpupower -c all frequency-set -g performance
- tuned-adm profile latency-performance
- echo 10000000 > /proc/sys/kernel/sched_min_granularity_ns
- echo 15000000 > /proc/sys/kernel/sched_wakeup_granularity_ns
- echo 1000 > /proc/sys/kernel/sched_migration_cost_ns
- echo 990000 > /proc/sys/kernel/sched_rt_runtime_us
- echo 24000000 > /proc/sys/kernel/sched_latency_ns
- echo 10000 > /proc/sys/vm/dirty_expire_centisecs
- echo 1500 > /proc/sys/vm/dirty_writeback_centisecs
- echo 40 > /proc/sys/vm/dirty_ratio
- echo 10 > /proc/sys/vm/dirty_background_ratio
- echo 10 > /proc/sys/vm/swappiness
- echo 0 > /proc/sys/kernel/numa_balancing
- echo always > /sys/kernel/mm/transparent_hugepage/enabled
- echo always > /sys/kernel/mm/transparent_hugepage/defrag
- ulimit -n 1024000
- UserTasksMax=970000
- DefaultTasksMax=970000
|
Notes |
None
|
Parts of Benchmark |
Controller
|
JVM Instance Description |
jvm_1
|
Command Line |
-Xms2g -Xmx2g -Xmn1536m -XX:+UseParallelOldGC -XX:ParallelGCThreads=2
|
Tuning |
None
|
Notes |
Used numactl to interleave memory on all Nodes in Driver system
|
Parts of Benchmark |
Backend
|
JVM Instance Description |
jvm_1
|
Command Line |
-Xms118g -Xmx118g -Xmn116g -server -XX:MetaspaceSize=30m -XX:AllocatePrefetchInstr=2 -XX:LargePageSizeInBytes=2m -XX:-UsePerfData -XX:-UseAdaptiveSizePolicy -XX:+AlwaysPreTouch -XX:-UseBiasedLocking -XX:+UseLargePages -XX:+UseParallelOldGC -XX:SurvivorRatio=42 -XX:TargetSurvivorRatio=95 -XX:ParallelGCThreads=24 -XX:MaxTenuringThreshold=15 -XX:InitialCodeCacheSize=25m -XX:+UseCompressedOops -XX:ObjectAlignmentInBytes=32 -XX:+UseTransparentHugePages
|
Tuning |
Used numactl to affinitize each Backend JVM to one NUMA node - numactl --cpunodebind=0 --membind=0
- numactl --cpunodebind=1 --membind=1
- numactl --cpunodebind=2 --membind=2
- numactl --cpunodebind=3 --membind=3
|
Notes |
"Notes here"
|
Parts of Benchmark |
TxInjector
|
JVM Instance Description |
jvm_1
|
Command Line |
-Xms2g -Xmx2g -Xmn1536m -XX:+UseParallelOldGC -XX:ParallelGCThreads=2
|
Tuning |
None
|
Notes |
Used numactl to affinitize each Transaction Injector JVM to one NUMA node - numactl --cpunodebind=0 --membind=0
- numactl --cpunodebind=1 --membind=1
- numactl --cpunodebind=2 --membind=2
- numactl --cpunodebind=3 --membind=3
|