Skip to content

Commit 9700de3

Browse files
committed
argLine with an explicit memory limit for tests
1 parent f16fd27 commit 9700de3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kotlinx-coroutines-core/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
<configuration>
4545
<forkMode>once</forkMode>
4646
<jvm>${env.JDK_16}/bin/java</jvm>
47+
<argLine>-ea -Xmx1g -Xms1g</argLine>
4748
</configuration>
4849
</plugin>
4950
</plugins>

0 commit comments

Comments
 (0)