Skip to content

Commit b74629a

Browse files
yangwuchengyangwucheng
andauthored
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 <[email protected]>
1 parent d760b50 commit b74629a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

java/openmldb-batchjob/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616

1717
<properties>
1818
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
19-
<maven.compiler.source>1.7</maven.compiler.source>
20-
<maven.compiler.target>1.7</maven.compiler.target>
19+
<maven.compiler.source>1.8</maven.compiler.source>
20+
<maven.compiler.target>1.8</maven.compiler.target>
2121

2222
<spark.scope>provided</spark.scope>
2323
</properties>

java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@
294294
<reportsDirectory>${project.build.directory}/surefire-reports</reportsDirectory>
295295
<junitxml>.</junitxml>
296296
<filereports>WDF TestSuite.txt</filereports>
297-
<argLine>-Xmx8192m -XX:MaxPermSize=2048m -Duser.timezone=GMT+8</argLine>
297+
<argLine>-Xmx8192m -XX:MaxMetaspaceSize=2048m -Duser.timezone=GMT+8</argLine>
298298
<skipTests>${scalatest.skip}</skipTests>
299299
<systemProperties>
300300
<property>

0 commit comments

Comments
 (0)