Skip to content

Commit

Permalink
Increase jvm max heap space for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tigrulya-exe committed Jan 23, 2024
1 parent ccf90a7 commit 378e707
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
run: mvn clean install -Pdist,web,hadoop-${{ matrix.hdfs-version }} -DskipTests

- name: Run tests
run: mvn test -pl '!smart-zeppelin,!org.smartdata:smart-zeppelin-interpreter,!org.smartdata:smart-zeppelin-zengine,!org.smartdata:smart-zeppelin-display,!org.smartdata:smart-zeppelin-server' -am -Phadoop-${{ matrix.hdfs-version }}
run: mvn test -Dmaven.test.redirectTestOutputToFile=false -pl '!smart-zeppelin,!org.smartdata:smart-zeppelin-interpreter,!org.smartdata:smart-zeppelin-zengine,!org.smartdata:smart-zeppelin-display,!org.smartdata:smart-zeppelin-server' -am -Phadoop-${{ matrix.hdfs-version }}
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>2.20</version>
<configuration>
<argLine>-Xmx1024m -XX:MaxPermSize=256m</argLine>
<argLine>-Xmx2048m -XX:MaxPermSize=256m</argLine>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 378e707

Please sign in to comment.