diff options
| -rw-r--r-- | bin/flycheck-android-kotlin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/flycheck-android-kotlin.py b/bin/flycheck-android-kotlin.py index bceafc8..159baef 100644 --- a/bin/flycheck-android-kotlin.py +++ b/bin/flycheck-android-kotlin.py @@ -70,7 +70,7 @@ def cleanup_output(tmp, real): def run_kotlinc(cp, files, output, args, sourcefile, outdir): """Execute kotlinc with the given options.""" - command = ['kotlinc'] + command = ['kotlinc', '-J-Xms1g', '-J-Xmx3g'] if outdir: command.extend(['-d', outdir]) tmp = [outdir] |
