From b74629a5c4e94bce5c622f1f0064721091b6da77 Mon Sep 17 00:00:00 2001 From: yangwucheng Date: Wed, 21 Feb 2024 09:52:52 +0800 Subject: [PATCH] fix: replace Unrecognized VM option MaxPermSize with MaxMetaspaceSize (#3759) replace Unrecognized VM option MaxPermSize with MaxMetaspaceSize and upgrade openmldb-batchjob maven.compiler.source and maven.compiler.target to 1.8 Co-authored-by: yangwucheng --- java/openmldb-batchjob/pom.xml | 4 ++-- java/pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/java/openmldb-batchjob/pom.xml b/java/openmldb-batchjob/pom.xml index 8f7c52efa6f..376c708f644 100644 --- a/java/openmldb-batchjob/pom.xml +++ b/java/openmldb-batchjob/pom.xml @@ -16,8 +16,8 @@ UTF-8 - 1.7 - 1.7 + 1.8 + 1.8 provided diff --git a/java/pom.xml b/java/pom.xml index 0e67ba05a15..f5f46b726b6 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -294,7 +294,7 @@ ${project.build.directory}/surefire-reports . WDF TestSuite.txt - -Xmx8192m -XX:MaxPermSize=2048m -Duser.timezone=GMT+8 + -Xmx8192m -XX:MaxMetaspaceSize=2048m -Duser.timezone=GMT+8 ${scalatest.skip}