This is an automated email from the ASF dual-hosted git repository.

joewitt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git

commit 9ae69212723d32edcdbfa1538b742ff2887d25c9
Author: Nandor Soma Abonyi <nsabo...@apache.org>
AuthorDate: Wed Sep 20 11:06:38 2023 +0200

    NIFI-12095 This closes #7762. Increase default Xmx to 1g
    
    Signed-off-by: Joseph Witt <joew...@apache.org>
---
 .../nifi-framework-bundle/nifi-framework/nifi-resources/pom.xml       | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/pom.xml 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/pom.xml
index 5c430f5aef..7766f7ba60 100644
--- 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/pom.xml
+++ 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/pom.xml
@@ -25,8 +25,8 @@
     <description>Holds common resources used to build installers</description>
     <properties>
         <!--Wrapper Properties -->
-        <nifi.jvm.heap.init>512m</nifi.jvm.heap.init>
-        <nifi.jvm.heap.max>512m</nifi.jvm.heap.max>
+        <nifi.jvm.heap.init>1g</nifi.jvm.heap.init>
+        <nifi.jvm.heap.max>1g</nifi.jvm.heap.max>
         <nifi.run.as />
         <!-- nifi.properties: core properties -->
         
<nifi.flowcontroller.autoResumeState>true</nifi.flowcontroller.autoResumeState>

Reply via email to