Skip to content

Commit 3a958e2

Browse files
committed
cleanup
1 parent 4b324ec commit 3a958e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

qa/vector/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ tasks.register("checkVec", JavaExec) {
4545
systemProperty "es.logger.level", "INFO" // Change to DEBUG if needed
4646
systemProperty 'es.nativelibs.path', TestUtil.getTestLibraryPath(file("../../libs/native/libraries/build/platform/").toString())
4747
jvmArgs '-Xms4g', '-Xmx4g', '-Djava.util.concurrent.ForkJoinPool.common.parallelism=8', '-XX:+UnlockDiagnosticVMOptions', '-XX:+DebugNonSafepoints', '-XX:+HeapDumpOnOutOfMemoryError'
48-
// if (buildParams.getRuntimeJavaVersion().map { it.majorVersion.toInteger() }.get() >= 21) {
48+
if (buildParams.getRuntimeJavaVersion().map { it.majorVersion.toInteger() }.get() >= 21) {
4949
jvmArgs '--add-modules=jdk.incubator.vector', '--enable-native-access=ALL-UNNAMED'
50-
// }
50+
}
5151
if (System.getenv("DO_PROFILING") != null) {
5252
jvmArgs '-XX:StartFlightRecording=dumponexit=true,maxsize=250M,filename=knn.jfr,settings=profile.jfc'
5353
}

0 commit comments

Comments
 (0)