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.

NiFi on Windows Tuning

avatar

Hello,
I currently having problem with Standalone NiFi on Windows Server 2012.

Slow response on NiFi UI. Is there anything I can do to improve this?

Running Component: 257 processors, (there are 127 ListFile Processors)

NIFI Version: 1.6.0.1

OS: Windows Server 2012 R2

Browser: Chrome & Firefox

Problem: Slow down in User Interface

Dell R730 128GB 48 CPU

93502-nifi-ui.png

nifiproperties.txt

1 ACCEPTED SOLUTION

avatar
New Member

@mel mendoza

Below options you can try

1. Disable the processor which are not running(Stopped processor keeps on validating themselves)

2. check if nifi.provenance.repository.implementation in nifi.properties is set to

org.apache.nifi.provenance.WriteAheadProvenanceRepository

View solution in original post

2 REPLIES 2

avatar
New Member

@mel mendoza

Below options you can try

1. Disable the processor which are not running(Stopped processor keeps on validating themselves)

2. check if nifi.provenance.repository.implementation in nifi.properties is set to

org.apache.nifi.provenance.WriteAheadProvenanceRepository

avatar

@ashok.kumar it works! how about other configs? threads etc etc?