Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Recommendations of Java version and Garbage Collector for NiFi?

avatar
Expert Contributor

We were recently informed that Nifi bottlenecks tend to be, in order of occurrence:

  1. CPU
  2. Memory
  3. Disk

Is there a recommended Java version (Java 7 vs 😎 and garbage collector (Concurrent Mark Sweep vs G1) ?

1 ACCEPTED SOLUTION

avatar

Actually memory is #3 in this list. You will probably be concerned with available storage space for content repository before running out of memory. E.g. NiFi, even in big deployments feels comfortable with 96GB available memory, which is below an average server RAM today.

View solution in original post

1 REPLY 1

avatar

Actually memory is #3 in this list. You will probably be concerned with available storage space for content repository before running out of memory. E.g. NiFi, even in big deployments feels comfortable with 96GB available memory, which is below an average server RAM today.