This is an automated email from the ASF dual-hosted git repository.
aboda pushed a commit to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
new 5c1ca14d33 NIFI-12095 This closes #7762. Increase default Xmx to 1g
5c1ca14d33 is described below
commit 5c1ca14d330c928703326e46a1e24eaa6ae9022b
Author: Nandor Soma Abonyi <[email protected]>
AuthorDate: Wed Sep 20 11:06:38 2023 +0200
NIFI-12095 This closes #7762. Increase default Xmx to 1g
Signed-off-by: Joseph Witt <[email protected]>
---
.../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 7139d02838..4f55ff9040 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>