Skip to content

Commit

Permalink
Restyled by autopep8
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and lazarkov committed Nov 30, 2023
1 parent 1033f71 commit 0ac0b77
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/chip/java/kotlinc_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ def main():
if classpath:
kotlin_args += ["-classpath", classpath]

kotlin_args += ["-J-Xms256m", "-J-Xmx4096m", "-J-XX:MaxPermSize=350m", "-J-XX:ReservedCodeCacheSize=225m", "-J-XX:+UseCompressedOops"]
kotlin_args += ["-J-Xms256m", "-J-Xmx4096m", "-J-XX:MaxPermSize=350m",
"-J-XX:ReservedCodeCacheSize=225m", "-J-XX:+UseCompressedOops"]

retcode = subprocess.check_call(kotlin_args + args.rest)
if retcode != EXIT_SUCCESS:
Expand Down

0 comments on commit 0ac0b77

Please sign in to comment.