Tóth István Zoltán
07/19/2024, 4:02 AMjunit-platform.properties
. Is this OK? Should I try to go deeper into the details? I've checked memory consumption and it seems like there is no memory leak in the tests, without parallel they work just fine.dmitriy.novozhilov
07/19/2024, 6:12 AM-Xmx4096m
and limitation of maximum parallel thread to 16, and everything works fineTóth István Zoltán
07/19/2024, 7:44 AM-Xmx4g
so, the same, I've run on 12 threads but lowered it to 4 this morning. It might not matter but I have my core library added to the classpath as the plugin uses it heavily.dmitriy.novozhilov
07/19/2024, 7:46 AMTóth István Zoltán
07/19/2024, 7:47 AMdmitriy.novozhilov
07/19/2024, 7:51 AMmaxHeapSize
property in Test
task in your build configuration
Just passing -Xmx
to gradle sets it for the process with gradle daemon IIRCTóth István Zoltán
07/19/2024, 7:51 AMdmitriy.novozhilov
07/19/2024, 7:52 AM