This is an automated email from the ASF dual-hosted git repository.
chesnay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/master by this push:
new 1dd6405 [FLINK-13374][scala][build] Set -Xss2m when compiling scala
1dd6405 is described below
commit 1dd64058985afd44cae6a5119c4843b2dd85873d
Author: Chesnay Schepler <[email protected]>
AuthorDate: Fri Jul 26 13:03:33 2019 +0200
[FLINK-13374][scala][build] Set -Xss2m when compiling scala
---
pom.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/pom.xml b/pom.xml
index 9183636..44e21ac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1841,6 +1841,9 @@ under the License.
<args>
<arg>-nobootcp</arg>
</args>
+ <jvmArgs>
+ <arg>-Xss2m</arg>
+ </jvmArgs>
</configuration>
</plugin>