RE: nifi memory question

2016-06-07 Thread prajod.vettiyattil
Hi, Assigning more memory to the jvm: NiFi runs on java. So you can set the max heap size to 32GB. Change the bin\nifi.sh file to start java with the jvm flag: “–Xmx32g” The default value is lesser than 32GB. See this: http://stackoverflow.com/questions/28272923/default-xmxsize-in-java-8

RE: NIFI connecting to Activemq

2016-01-06 Thread prajod.vettiyattil
Hi, One non-intuitive step that is required in NiFi is that you have to log into the Nifi web UI and "start" the data flow for NiFi to start processing messages. To "start" the data flow, you have to press the red coloured "play" icon on the top of the web UI, located below the menu items. The