ouvtam opened a new pull request, #2996: URL: https://github.com/apache/james-project/pull/2996
… to prevent the embedded broker to claim up to 70% of JVM memory that might cause memory drain of James. While investigating [JAMES-4192](https://issues.apache.org/jira/browse/JAMES-4192) I noticed the broker setting adjustUsageLimits that defaults to true. When running an embedded BrokerService in James the BrokerService might increase its memory limit up to 70% of the JVM heap, causing memory drain for James (see code excerpt below). It would lead to fewer surprises setting adjustUsageLimits to false. See also https://issues.apache.org/jira/browse/JAMES-4200 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
