You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "essobedo (via GitHub)" <gi...@apache.org> on 2023/02/23 09:41:54 UTC

[GitHub] [camel] essobedo opened a new pull request, #9399: CAMEL-18988: camel-core - tests failing due to OOM (part 2)

essobedo opened a new pull request, #9399:
URL: https://github.com/apache/camel/pull/9399

   fixes https://issues.apache.org/jira/browse/CAMEL-18988 (part 2)
   
   ## Motivation
   
   Since we upgraded to surefire + failsafe M8, some of our tests have started to fail with `OutOfMemoryException`.
   
   ## Modifications
   
   In practice, only the JVM option `-XX:+HeapDumpOnOutOfMemoryError` is needed as a thread dump can be extracted from an `hprof` file.
   
   * Ensure that an `hprof` file is always generated on OOME
   * Remove duplicated JVM options
   * Reduce the max pool size of the thread pool used to launch the tests to limit the impact on memory since there is no real memory leak so the OOMEs are likely due to an excessive amount of threads 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel] github-actions[bot] commented on pull request #9399: CAMEL-18988: camel-core - tests failing due to OOM (part 2)

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on PR #9399:
URL: https://github.com/apache/camel/pull/9399#issuecomment-1441539240

   ### Components tested:
   
   | Total | Tested | Failed :x: | Passed :white_check_mark: | 
   | --- | --- | --- |  --- |
   | 5 | 5 | 0 | 6 |


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel] github-actions[bot] commented on pull request #9399: CAMEL-18988: camel-core - tests failing due to OOM (part 2)

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on PR #9399:
URL: https://github.com/apache/camel/pull/9399#issuecomment-1441456704

   :star2: Thank you for your contribution to the Apache Camel project! :star2: 
   
   :warning: Please note that the changes on this PR may be **tested automatically**. 
   
   If necessary Apache Camel Committers may access logs and test results in the job summaries!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel] essobedo merged pull request #9399: CAMEL-18988: camel-core - tests failing due to OOM (part 2)

Posted by "essobedo (via GitHub)" <gi...@apache.org>.
essobedo merged PR #9399:
URL: https://github.com/apache/camel/pull/9399


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org