This is an automated email from the ASF dual-hosted git repository.
duanzhengqiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new d4218de7bfc Fixes `OutOfMemoryError` unique to building GraalVM Native
Image on Github Actions devices (#28213)
d4218de7bfc is described below
commit d4218de7bfce84092e7e22de3e6d6f1e5338b59a
Author: Ling Hengqian <[email protected]>
AuthorDate: Tue Aug 22 10:07:14 2023 +0800
Fixes `OutOfMemoryError` unique to building GraalVM Native Image on Github
Actions devices (#28213)
---
distribution/proxy-native/pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/distribution/proxy-native/pom.xml
b/distribution/proxy-native/pom.xml
index 8935e4602fd..1820bec1624 100644
--- a/distribution/proxy-native/pom.xml
+++ b/distribution/proxy-native/pom.xml
@@ -107,6 +107,7 @@
<verbose>true</verbose>
<buildArgs>
<arg>--report-unsupported-elements-at-runtime</arg>
+ <arg>-J-Xmx7g</arg>
</buildArgs>
<metadataRepository>
<enabled>true</enabled>