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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]