Skip to content

Commit

Permalink
GP-0: Increasing Gradle maximum heap size
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmkurtz committed Apr 1, 2022
1 parent 0bfb9ae commit 08dacc3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions certification.local.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ DevGuide.md||GHIDRA||||END|
LICENSE||GHIDRA||||END|
NOTICE||GHIDRA||||END|
README.md||GHIDRA||||END|
gradle.properties||GHIDRA||||END|
2 changes: 2 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Increase maximum Gradle heap size (default is 1G)
org.gradle.jvmargs=-Xmx2G

0 comments on commit 08dacc3

Please sign in to comment.