This is an automated email from the ASF dual-hosted git repository.
chesnay pushed a commit to branch release-1.9
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-1.9 by this push:
new a719700 [FLINK-13374][scala][build] Set -Xss2m when compiling scala
a719700 is described below
commit a7197009d8bd391fc7032994defa5c8d8a032d6d
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 b3e7b09..65af8f3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1775,6 +1775,9 @@ under the License.
<args>
<arg>-nobootcp</arg>
</args>
+ <jvmArgs>
+ <arg>-Xss2m</arg>
+ </jvmArgs>
</configuration>
</plugin>