You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2022/11/21 13:44:42 UTC

[GitHub] [ignite] ptupitsyn commented on a diff in pull request #10387: IGNITE-18191 .NET: Fix startup on Java 15+

ptupitsyn commented on code in PR #10387:
URL: https://github.com/apache/ignite/pull/10387#discussion_r1028056043


##########
modules/platforms/dotnet/Apache.Ignite.Core.Tests/TestUtils.cs:
##########
@@ -77,8 +77,8 @@ public static class TestUtils
             ? new List<string>
             {
                 "-XX:+HeapDumpOnOutOfMemoryError",
-                "-Xms2g",
-                "-Xmx4g",
+                "-Xms4g",
+                "-Xmx7g",

Review Comment:
   I've seen some intermittent failures caused by OOM on Java side while running tests. This is an attempt to improve stability.  If not, we should investigate increased memory usage. I'm keeping an eye on it.



-- 
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: notifications-unsubscribe@ignite.apache.org

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