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 45c15eb commit d208987Copy full SHA for d208987
mps-git-import-cli/src/main/kotlin/org/modelix/mps/gitimport/cli/Main.kt
@@ -15,7 +15,7 @@ fun main(args: Array<String>) {
15
mainMethodName = "runFromAnt",
16
mpsHome = File("/mps"),
17
jarFolders = listOf(File("/mps-git-import-cli/lib")),
18
- jvmArgs = args.mapIndexed { index, arg -> "-Dmodelix.git.import.args.$index=$arg" },
+ jvmArgs = listOf("-Xmx2048m") + args.mapIndexed { index, arg -> "-Dmodelix.git.import.args.$index=$arg" },
19
moduleId = UUID.randomUUID(),
20
buildDir = buildDir,
21
workDir = workDir,
0 commit comments