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 throughput-performance
- echo 950000 > /proc/sys/kernel/sched_rt_runtime_us
- echo 100000000 > /proc/sys/kernel/sched_latency_ns
- echo 80000 > /proc/sys/kernel/sched_migration_cost_ns
- echo 600000 > /proc/sys/kernel/sched_min_granularity_ns
- echo 100000 > /proc/sys/kernel/sched_wakeup_granularity_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 -XX:CICompilerCount=4
|
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 |
-Xms86g -Xmx86g -Xmn84g -server -XX:MetaspaceSize=256m -XX:AllocatePrefetchInstr=2 -XX:LargePageSizeInBytes=2m -XX:-UsePerfData -XX:-UseAdaptiveSizePolicy -XX:+AlwaysPreTouch -XX:-UseBiasedLocking -XX:+UseLargePages -XX:+UseParallelOldGC -XX:SurvivorRatio=50 -XX:TargetSurvivorRatio=95 -XX:ParallelGCThreads=48 -XX:MaxTenuringThreshold=15 -XX:InitialCodeCacheSize=25m -XX:InlineSmallCode=10k -XX:MaxGCPauseMillis=200 -XX:+UseCompressedOops -XX:ObjectAlignmentInBytes=16 -XX:+BindGCTaskThreadsToCPUs -XX:+UseTransparentHugePages
|
Tuning |
Used numactl to affinitize two Backend JVM per NUMA node - numactl --cpunodebind=0 --localalloc
- numactl --cpunodebind=0 --localalloc
- numactl --cpunodebind=1 --localalloc
- numactl --cpunodebind=1 --localalloc
|
Notes |
"Notes here"
|
Parts of Benchmark |
TxInjector
|
JVM Instance Description |
jvm_1
|
Command Line |
-Xms2g -Xmx2g -Xmn1536m -XX:+UseParallelOldGC -XX:ParallelGCThreads=2 -XX:CICompilerCount=4
|
Tuning |
None
|
Notes |
Used numactl to affinitize two Transaction Injector JVM per NUMA node - numactl --cpunodebind=0 --localalloc
- numactl --cpunodebind=0 --localalloc
- numactl --cpunodebind=1 --localalloc
- numactl --cpunodebind=1 --localalloc
|