mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 17:59:46 +02:00
GP-0: Increasing Gradle maximum heap size
This commit is contained in:
parent
0bfb9ae84a
commit
08dacc34da
2 changed files with 3 additions and 0 deletions
|
@ -9,3 +9,4 @@ DevGuide.md||GHIDRA||||END|
|
||||||
LICENSE||GHIDRA||||END|
|
LICENSE||GHIDRA||||END|
|
||||||
NOTICE||GHIDRA||||END|
|
NOTICE||GHIDRA||||END|
|
||||||
README.md||GHIDRA||||END|
|
README.md||GHIDRA||||END|
|
||||||
|
gradle.properties||GHIDRA||||END|
|
||||||
|
|
2
gradle.properties
Normal file
2
gradle.properties
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
# Increase maximum Gradle heap size (default is 1G)
|
||||||
|
org.gradle.jvmargs=-Xmx2G
|
Loading…
Add table
Add a link
Reference in a new issue