Vlad Rozov created APEXCORE-484:
-----------------------------------
Summary: Increase JVM PermGen size while running engine Unit test
Key: APEXCORE-484
URL: https://issues.apache.org/jira/browse/APEXCORE-484
Project: Apache Apex Core
Issue Type: Task
Affects Versions: 3.5.0
Reporter: Vlad Rozov
Assignee: Vlad Rozov
Priority: Minor
Build in travis-ci environment fails with OutOfMemoryError due to insufficient
PermGen:
{noformat}
2016-07-09 18:29:22,507 [main] INFO event.ExecutionEventLogger mojoStarted -
2016-07-09 18:29:22,507 [main] INFO event.ExecutionEventLogger mojoStarted -
--- maven-assembly-plugin:2.2-beta-5:single (app-package-assembly) @ mydtapp ---
2016-07-09 18:29:29,911 [main] INFO event.ExecutionEventLogger logResult -
------------------------------------------------------------------------
2016-07-09 18:29:29,911 [main] INFO event.ExecutionEventLogger logResult -
BUILD FAILURE
2016-07-09 18:29:29,911 [main] INFO event.ExecutionEventLogger logStats -
------------------------------------------------------------------------
2016-07-09 18:29:29,911 [main] INFO event.ExecutionEventLogger logStats -
Total time: 15.632 s
2016-07-09 18:29:29,911 [main] INFO event.ExecutionEventLogger logStats -
Finished at: 2016-07-09T18:29:29+00:00
2016-07-09 18:29:32,083 [main] INFO event.ExecutionEventLogger logStats -
Final Memory: 141M/1787M
2016-07-09 18:29:32,084 [main] INFO event.ExecutionEventLogger sessionEnded -
------------------------------------------------------------------------
2016-07-09 18:29:32,084 [main] ERROR support.StramTestSupport$1 logSummary -
PermGen space -> [Help 1]
2016-07-09 18:29:32,084 [main] ERROR support.StramTestSupport$1 execute -
2016-07-09 18:29:32,084 [main] ERROR support.StramTestSupport$1 execute - To
see the full stack trace of the errors, re-run Maven with the -e switch.
2016-07-09 18:29:32,086 [main] ERROR support.StramTestSupport$1 execute -
Re-run Maven using the -X switch to enable full debug logging.
2016-07-09 18:29:32,086 [main] ERROR support.StramTestSupport$1 execute -
2016-07-09 18:29:32,086 [main] ERROR support.StramTestSupport$1 execute - For
more information about the errors and possible solutions, please read the
following articles:
2016-07-09 18:29:32,086 [main] ERROR support.StramTestSupport$1 execute - [Help
1] http://cwiki.apache.org/confluence/display/MAVEN/OutOfMemoryError
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)