argLine with an explicit memory limit for tests
diff --git a/kotlinx-coroutines-core/pom.xml b/kotlinx-coroutines-core/pom.xml
index 42016bb..ee28ac0 100644
--- a/kotlinx-coroutines-core/pom.xml
+++ b/kotlinx-coroutines-core/pom.xml
@@ -44,6 +44,7 @@
                 <configuration>
                     <forkMode>once</forkMode>
                     <jvm>${env.JDK_16}/bin/java</jvm>
+                    <argLine>-ea -Xmx1g -Xms1g</argLine>
                 </configuration>
             </plugin>
         </plugins>