Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

Commit

Permalink
Update tpch.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zhztheplayer committed Jan 28, 2021
1 parent 1e0da9e commit 8d23060
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tpch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ jobs:
- name: Run Maven tests
run: |
cd core/
mvn test -B -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -DmembersOnlySuites=com.intel.oap.tpch -DtagsToInclude=com.intel.oap.tags.TestAndWriteLogs
mvn test -B -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -DmembersOnlySuites=com.intel.oap.tpch -DtagsToInclude=com.intel.oap.tags.TestAndWriteLogs -DargLine="-Xmx1G -XX:MaxDirectMemorySize=500M -Dio.netty.allocator.numDirectArena=1"
env:
MALLOC_ARENA_MAX: "4"
MAVEN_OPTS: "-Xmx2048m"
MAVEN_OPTS: "-Xmx1G"
COMMENT_TEXT_OUTPUT_PATH: "/tmp/comment_text.txt"
COMMENT_IMAGE_OUTPUT_PATH: "/tmp/comment_image.png"
ENABLE_TPCH_TESTS: "true"
Expand Down

0 comments on commit 8d23060

Please sign in to comment.