Re: Best practices for running Apache NiFi in production in a Docker container

2018-09-04 Thread Joe Percivall
Hi Peter, Thanks for the follow-up. Yup, I agree with the relationship between Xmx/Xms and UseCGroupMemoryLimitForHeap/MaxRAMFraction. For the MaxRAMFraction=1 though, it seems that it does leave at least some room for off-heap memory that said, that may not be enough for NiFi and it's normal

Re: Best practices for running Apache NiFi in production in a Docker container

2018-08-31 Thread Peter Wilcsinszky
Hi, I haven't done extensive research in this area but ran through the articles and also found another one [1]. From what I understand UseCGroupMemoryLimitForHeap is just the dynamic version of setting memory limits manually using Xmx and Xms which is currently done by the NiFi start script

Best practices for running Apache NiFi in production in a Docker container

2018-08-30 Thread Joe Percivall
Hey everyone, I was recently searching for a best practice guide for running a production instance of Apache NiFi within a Docker container and couldn't find anything specific other than the normal guidance for best practices of a high-performance instance[1]. I did expand my search for best