JVM Instances |
jvm_Ctr_1(1), jvm_Backend_1(4), jvm_TxInjector_1(4)
|
OS Image Description |
os_1
|
Tuning |
- SELinux=disabled
- cpupower -c all frequency-set -g performance
- tuned-adm profile throughput-performance
- echo 250 > /sys/kernel/mm/hugepages/hugepages-1048576kB/nr_hugepages
- echo always > /sys/kernel/mm/transparent_hugepage/enabled
- ulimit -n 131072
- sysctl net.core.wmem_max=12582912
- sysctl net.core.rmem_max=12582912
- sysctl net.ipv4.tcp_rmem='10240 87380 12582912'
- sysctl net.ipv4.tcp_wmem='10240 87380 12582912'
- sysctl net.core.netdev_max_backlog=655560
- sysctl net.core.somaxconn=32768
- sysctl net.ipv4.tcp_no_metrics_save=1
- systemctl stop systemd-update-utmp-runlevel.service
- echo 10000 > /proc/sys/kernel/sched_cfs_bandwidth_slice_us
- echo 0 > /proc/sys/kernel/sched_child_runs_first
- echo 16000000 > /proc/sys/kernel/sched_latency_ns
- echo 1000 > /proc/sys/kernel/sched_migration_cost_ns
- echo 28000000 > /proc/sys/kernel/sched_min_granularity_ns
- echo 9 > /proc/sys/kernel/sched_nr_migrate
- echo 100 > /proc/sys/kernel/sched_rr_timeslice_ms
- echo 1000000 > /proc/sys/kernel/sched_rt_period_us
- echo 990000 > /proc/sys/kernel/sched_rt_runtime_us
- echo 0 > /proc/sys/kernel/sched_schedstats
- echo 1 > /proc/sys/kernel/sched_tunable_scaling
- echo 50000000 > /proc/sys/kernel/sched_wakeup_granularity_ns
- echo 3000 > /proc/sys/vm/dirty_expire_centisecs
- echo 500 > /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
- ulimit -v 800000000
- ulimit -m 800000000
- ulimit -l 800000000
|
Notes |
None
|
Parts of Benchmark |
Controller
|
JVM Instance Description |
jvm_1
|
Command Line |
-Xms2g -Xmx2g -Xmn1536m -XX:UseAVX=0 -XX:+UseLargePages -XX:LargePageSizeInBytes=1G -XX:+UseParallelGC -XX:ParallelGCThreads=2
|
Tuning |
None
|
Notes |
None
|
Parts of Benchmark |
Backend
|
JVM Instance Description |
jvm_1
|
Command Line |
-showversion -XX:+UseParallelGC -XX:+UseLargePages -XX:+AlwaysPreTouch -XX:-UseAdaptiveSizePolicy -XX:SurvivorRatio=28 -XX:MaxTenuringThreshold=15 -XX:InlineSmallCode=10k -verbose:gc -XX:UseAVX=0 -XX:-UseCountedLoopSafepoints -XX:LoopUnrollLimit=20 -XX:MaxGCPauseMillis=500 -XX:AdaptiveSizeMajorGCDecayTimeScale=12 -XX:AdaptiveSizeDecrementScaleFactor=2 -server -XX:TargetSurvivorRatio=95 -XX:LargePageSizeInBytes=1G -XX:AllocatePrefetchLines=3 -XX:AllocateInstancePrefetchLines=2 -XX:AllocatePrefetchStepSize=128 -XX:AllocatePrefetchDistance=384 -Xms180g -Xmx180g -Xmn170g -XX:ParallelGCThreads=40 -XX:-PrintGCDetails
|
Tuning |
numactl used to affinitize each Backend JVM to single memory node - numactl --cpunodebind=0 --membind=0
- numactl --cpunodebind=1 --membind=1
- numactl --cpunodebind=0 --membind=0
- numactl --cpunodebind=1 --membind=1
|
Notes |
None
|
Parts of Benchmark |
TxInjector
|
JVM Instance Description |
jvm_1
|
Command Line |
-Xms2g -Xmx2g -Xmn1536m -XX:UseAVX=0 -XX:+UseLargePages -XX:LargePageSizeInBytes=1G -XX:+UseParallelGC -XX:ParallelGCThreads=2
|
Tuning |
numactl used to affinitize each Backend JVM to single memory node - numactl --cpunodebind=0 --membind=0
- numactl --cpunodebind=1 --membind=1
- numactl --cpunodebind=0 --membind=0
- numactl --cpunodebind=1 --membind=1
|
Notes |
None
|