Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Improved: added an example memory setting notice for the case of heap
memory problems during build.
  • Loading branch information
mbrohl committed Feb 8, 2021
1 parent ad0211a commit d61e0e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gradle.properties
Expand Up @@ -18,3 +18,6 @@
###############################################################################

org.gradle.console=plain
# If you experience heap memory problems during the Gradle build, for example
# building with integrated plugins, the following setting might help
#org.gradle.jvmargs=-Xms128m -Xmx1024m -XX:+CMSClassUnloadingEnabled

0 comments on commit d61e0e7

Please sign in to comment.