Skip to content

Commit 8b2052d

Browse files
authored
Hardcoding jck-runtime-lang-CONV to use concurrency 1 (#6634)
Because the test is memory-heavy per-thread, and multiple threads can lead to OOMs. Signed-off-by: Adam Farley <[email protected]>
1 parent 415b0c8 commit 8b2052d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jck/runtime.lang/playlist.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
<variations>
9898
<variation>NoOptions</variation>
9999
</variations>
100-
<command>$(GEN_JTB_GENERIC) tests=lang/CONV testsuite=RUNTIME; \
100+
<command>$(GEN_JTB_GENERIC) tests=lang/CONV testsuite=RUNTIME concurrency=1; \
101101
$(EXEC_RUNTIME_TEST); \
102102
$(TEST_STATUS) ; \
103103
$(GEN_SUMMARY_GENERIC) tests=lang/CONV testsuite=RUNTIME

0 commit comments

Comments
 (0)