cloudfoundry / java-buildpack

Cloud Foundry buildpack for running Java applications
Apache License 2.0
437 stars 2.58k forks source link

Jacoco Agent Make Application Crash #984

Open dengwade opened 1 year ago

dengwade commented 1 year ago

We use Jacoco agent to generate coverage report during our integration tests. But after binding Jacoco agent to our application and running our integration tests via postman, our applications are easily to crash. By unbinding Jacoco agent, then running tests, application works well. Do anyone face same issue? And how to solve it.

Below is our user provided service - jacoco agent. image

pivotal-david-osullivan commented 1 year ago

Can you please share the logs from the crashing app as well as the version of the buildpack/agent being used?

dengwade commented 1 year ago

buildpack verson: v4.52 JaCoCo Agent version: 0.8.8

And I checked the logs, it seems Memory Exhausted. So i am wandering something happened on GC process.