From 08dacc34da9c1788eb9e1deac91df20ec131afae Mon Sep 17 00:00:00 2001 From: Ryan Kurtz Date: Fri, 1 Apr 2022 01:52:05 -0400 Subject: [PATCH] GP-0: Increasing Gradle maximum heap size --- certification.local.manifest | 1 + gradle.properties | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 gradle.properties diff --git a/certification.local.manifest b/certification.local.manifest index 634de9f801..756744bc1f 100644 --- a/certification.local.manifest +++ b/certification.local.manifest @@ -9,3 +9,4 @@ DevGuide.md||GHIDRA||||END| LICENSE||GHIDRA||||END| NOTICE||GHIDRA||||END| README.md||GHIDRA||||END| +gradle.properties||GHIDRA||||END| diff --git a/gradle.properties b/gradle.properties new file mode 100644 index 0000000000..bf8c2ba4ec --- /dev/null +++ b/gradle.properties @@ -0,0 +1,2 @@ +# Increase maximum Gradle heap size (default is 1G) +org.gradle.jvmargs=-Xmx2G