exceptionfactory commented on code in PR #7762:
URL: https://github.com/apache/nifi/pull/7762#discussion_r1332226903


##########
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/pom.xml:
##########
@@ -26,7 +26,7 @@
     <properties>
         <!--Wrapper Properties -->
         <nifi.jvm.heap.init>512m</nifi.jvm.heap.init>

Review Comment:
   Setting the minimum heap size to the same as the maximum makes the overall 
process memory usage more predictable. There are other factors that contribute 
to total process memory usage, but heap is usually the primary contributor. 
Starting out with the same amount of heap as the maximum avoids unexpected 
surprises when the heap grows to handle cached objects.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to