This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new c3975e0eb23 [improve][build] Increase thread stack size to 1500k for
Maven JVM to prevent StackOverflowError in compilation (#19324)
c3975e0eb23 is described below
commit c3975e0eb232beee28c135a3f357becbc952c604
Author: Lari Hotari <[email protected]>
AuthorDate: Wed Jan 25 18:06:57 2023 +0200
[improve][build] Increase thread stack size to 1500k for Maven JVM to
prevent StackOverflowError in compilation (#19324)
---
.mvn/jvm.config | 1 +
1 file changed, 1 insertion(+)
diff --git a/.mvn/jvm.config b/.mvn/jvm.config
new file mode 100644
index 00000000000..432ae52c530
--- /dev/null
+++ b/.mvn/jvm.config
@@ -0,0 +1 @@
+-Xss1500k
\ No newline at end of file