[
https://issues.apache.org/jira/browse/DRILL-8172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17536301#comment-17536301
]
ASF GitHub Bot commented on DRILL-8172:
---------------------------------------
vdiravka commented on code in PR #2500:
URL: https://github.com/apache/drill/pull/2500#discussion_r871739585
##########
.travis.yml:
##########
@@ -45,6 +45,9 @@ cache:
before_install:
- export JAVA_HOME="/usr/lib/jvm/java-8-openjdk-arm64"
- export PATH="$JAVA_HOME/bin:$PATH"
+ - export MEMORYMB=2048
Review Comment:
#2548
@luocooong pls check
> Use the specified memory usage for Travis CI
> --------------------------------------------
>
> Key: DRILL-8172
> URL: https://issues.apache.org/jira/browse/DRILL-8172
> Project: Apache Drill
> Issue Type: Bug
> Components: Tools, Build & Test
> Reporter: Cong Luo
> Assignee: Cong Luo
> Priority: Major
>
> Unlike GitHub CI, Travis CI may have more memory. If so, we can run unit
> tests using various policies to prevent failure.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)