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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to