You can add parameters in bootstrap.conf like this : # JVM memory settings java.arg.2=-Xms512m java.arg.3=-Xmx2048m
Above I am running my local Nifi starting at 512MB and upto 2GB of memory. You need to take some care to increment the number when adding these java.arg variables in bootstraf.conf. From: Mike Thomsen [mailto:[email protected]] Sent: Wednesday, April 4, 2018 3:34 PM To: [email protected] Subject: EXT: Change memory limits w/ Docker image Am I missing something or is there no way to update the settings in bootstrap.conf for things like Xmx and Xms? Thanks, Mike
