From e591ac5db414f7d1a73266e1515d27f329161f64 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Tue, 15 Jul 2014 09:13:27 +0200 Subject: [PATCH] Increase stack size to 16M --- jflex.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jflex.spec b/jflex.spec index b62b035..c66c3f1 100644 --- a/jflex.spec +++ b/jflex.spec @@ -49,8 +49,8 @@ This package provides %{summary}. %pom_remove_plugin :jflex-maven-plugin # Tests fail with 320k stacks (default on i686), so lets increase -# stack to 1M. See rhbz#1119308 -%pom_xpath_inject "pom:plugin[pom:artifactId='maven-surefire-plugin']/pom:configuration" "-Xss1024k" +# stack to 16M to avoid stack overflows. See rhbz#1119308 +%pom_xpath_inject "pom:plugin[pom:artifactId='maven-surefire-plugin']/pom:configuration" "-Xss16384k" %build java -jar /usr/share/java/java_cup.jar -parser LexParse -interface -destdir src/main/java src/main/cup/LexParse.cup