[
https://issues.apache.org/jira/browse/APEXMALHAR-2061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15249707#comment-15249707
]
Yogi Devendra commented on APEXMALHAR-2061:
-------------------------------------------
#Restricted docker max memory using :
sudo docker run --name travis3Gt --memory 3221225472 --memory-swap 6442450944
-it quay.io/travisci/travis-ruby /bin/bash
# mvn apache-rat:check verify -Dlicense.skip=false -Pall-modules successfully
completed the build.
# monitored memory usage using:
sudo docker stats travis3Gt
# memory usage reaches close to 100% and then went down. Probably indicating GC.
> Travis-ci build fails occasionally with "Killed" message
> --------------------------------------------------------
>
> Key: APEXMALHAR-2061
> URL: https://issues.apache.org/jira/browse/APEXMALHAR-2061
> Project: Apache Apex Malhar
> Issue Type: Bug
> Reporter: Yogi Devendra
> Assignee: Yogi Devendra
>
> travis-ci build occasionally fails with a "Killed" message in the log.
> This behavior is observed for multiple pull requests.
> Behavior is not deterministic for a specific test-case.
> There is no message for test failure. Not all tests are getting executed.
> "Killed" message at the end of log probably indicating forced kill externally
> somewhere in-between.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)