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:37:51 UTC

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

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


##########
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:
   Why do we increase default memory limits in test?



-- 
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