You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jar collection processing can use high amounts of CPU at application startup. We should adjust the code to rate limit this process and effectively draw out jar processing over a longer period of time.
Jar collection processing can use high amounts of CPU at application startup. We should adjust the code to rate limit this process and effectively draw out jar processing over a longer period of time.
A rudimentary version of this strategy is available in this branch: https://github.com/newrelic/newrelic-java-agent/compare/rate-limit-jar-collector
Ideally the allowable rate would have a reasonable default, but also be configurable.
The text was updated successfully, but these errors were encountered: