adoroszlai commented on code in PR #4003: URL: https://github.com/apache/ozone/pull/4003#discussion_r1033171176
########## pom.xml: ########## @@ -211,7 +211,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs <enforced.maven.version>[3.3.0,)</enforced.maven.version> <!-- Plugin versions and config --> - <maven-surefire-plugin.argLine>-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError</maven-surefire-plugin.argLine> + <maven-surefire-plugin.argLine>-Xmx4096m -XX:+HeapDumpOnOutOfMemoryError</maven-surefire-plugin.argLine> Review Comment: Ratis now has shared buffers to reduce temporary buffer allocation. This is an issue only in integration tests because so many Ratis servers run in the same JVM (SCMs, OMs, datanodes). -- 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]
