You can configure Apache NiFi to suit your needs, by following the Apache NiFi documentation. However, Micro Focus recommends making the following configuration changes.
Micro Focus recommends that you increase the maximum amount of memory that can be used by the Java Virtual Machine (JVM).
To increase the maximum amount of memory for the JVM
conf/bootstrap.conf
in a text editor.java.arg.3=-Xmx512m
.Increase the maximum amount of memory available to the JVM, for example:
java.arg.3=-Xmx2048m
|