Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

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.