summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorBenjamin J. Culkin <bjculkin@mix.wvu.edu>2018-06-03 22:06:26 -0300
committerBenjamin J. Culkin <bjculkin@mix.wvu.edu>2018-06-03 22:06:26 -0300
commit63aaf20560a2c4037cab8a7ef5fd6251d6036a2d (patch)
tree606b68252e0a4ae69acf05fe39cac8ca58953a1d /pom.xml
parent4b3807746e8c9b9664be440071b5bd14875e71a1 (diff)
Increase stack space
Diffstat (limited to 'pom.xml')
-rwxr-xr-xpom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 1bb647e..0033f54 100755
--- a/pom.xml
+++ b/pom.xml
@@ -43,6 +43,7 @@
<configuration>
<mainClass>bjc.rgens.parser.RGrammarTest</mainClass>
<arguments>
+ <argument>-Xss1M</argument>
</arguments>
</configuration>
</plugin>