Nifi consuming all available disk space

0

I have some processes that search on a SQL database and play to a queue

In the queue I've limited the size to 100mb and the amount by 10, but even so NiFi ignores and allocates everything at once, generating a queue of more than 80GB.

I'm running on a cluster with 4 VMs in VMWare with 8GB Ram and 50GB HD Does anyone have any idea what's wrong?

    
asked by anonymous 06.08.2018 / 16:59

1 answer

0

The goal was an initial setup, my query brought the data in one go, I should have paged the query and increased the processor lag before.

    
06.08.2018 / 21:18