[ https://issues.apache.org/jira/browse/IGNITE-24122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Roman Puchkovskiy updated IGNITE-24122: --------------------------------------- Description: These are put to launch configuration by IDEA. It is good to have some limitation for heap size there as otherwise JVM chooses one quorter of the physical RAM by default. If developer's machine has 32 Gb of RAM, this means that a test is allowed to eat up to 8 Gb. Some tests (like PartitionReplicaListenerTest) easily eat all this memory, which is too much. 1 Gb seems fine for any test. If a test needs more, this is probably a reason to take a look at the test itself. was:These are put to launch configuration > Add -Xmx1g to defaultJvmArgs > ---------------------------- > > Key: IGNITE-24122 > URL: https://issues.apache.org/jira/browse/IGNITE-24122 > Project: Ignite > Issue Type: Improvement > Reporter: Roman Puchkovskiy > Assignee: Roman Puchkovskiy > Priority: Major > Labels: ignite-3 > Time Spent: 10m > Remaining Estimate: 0h > > These are put to launch configuration by IDEA. It is good to have some > limitation for heap size there as otherwise JVM chooses one quorter of the > physical RAM by default. If developer's machine has 32 Gb of RAM, this means > that a test is allowed to eat up to 8 Gb. Some tests (like > PartitionReplicaListenerTest) easily eat all this memory, which is too much. > 1 Gb seems fine for any test. If a test needs more, this is probably a reason > to take a look at the test itself. -- This message was sent by Atlassian Jira (v8.20.10#820010)