benchmarksql
benchmarksql copied to clipboard
Why JDK7?
Use of JDK7 is required.
Why must compile with JDK7?
JDK7 is not compatible with numactl
.
I want to bind the client on a numa node with numactl
. Java JDK11 is the least verison that support this feature.
How to compile with JDK11?