Skip to content

Commit

Permalink
remove -XX:MaxPermSize=512m because it is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
meiron03 committed Nov 5, 2023
1 parent 49f5ee4 commit 4b93d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android.useAndroidX=true
org.gradle.daemon=true

# Try and findout the best heap size for your project build.
org.gradle.jvmargs=-Xmx3096m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
org.gradle.jvmargs=-Xmx3096m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8

# Modularise your project and enable parallel build
org.gradle.parallel=true
Expand Down

0 comments on commit 4b93d7b

Please sign in to comment.