We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4908188 commit df9c601Copy full SHA for df9c601
java/ql/integration-tests/all-platforms/kotlin/extractor_information_kotlin1/test.py
@@ -1,3 +1,3 @@
1
from create_database_utils import *
2
3
-run_codeql_database_create(["kotlinc SomeClass.kt"], lang="java")
+run_codeql_database_create(["kotlinc -J-Xmx2G SomeClass.kt"], lang="java")
java/ql/integration-tests/all-platforms/kotlin/extractor_information_kotlin2/test.py
-run_codeql_database_create(["kotlinc -language-version 2.0 SomeClass.kt"], lang="java")
+run_codeql_database_create(["kotlinc -J-Xmx2G -language-version 2.0 SomeClass.kt"], lang="java")
0 commit comments