Skip to content

Commit

Permalink
chore: remove MaxPermSize option
Browse files Browse the repository at this point in the history
  • Loading branch information
turtton committed Mar 26, 2023
1 parent cf69dfa commit 61fe07a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kotlin/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
org.graadle.daemon=true
org.gradle.configureondemand=true
org.gradle.jvmargs=-Xmx1G -XX:MaxPermSize=128M -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
org.gradle.jvmargs=-Xmx1G -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
kotlin.code.style=official
kotlin.js.compiler=ir

0 comments on commit 61fe07a

Please sign in to comment.