<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question NIFI ERRORS in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/NIFI-ERRORS/m-p/166281#M128633</link>
    <description>&lt;P&gt;I am trying to install NIFI on AWS redhat linux EC2 instance (instance type t2.mciro) . Iwas able to start the instance using ./nifi.sh start. But after few minutes it stops with an error message "ERROR [NiFi logging handler] org.apache.nifi.StdErr OpenJDK 64-Bit Server VM warning: If the number of processors is expected to increase from one, then you should configure the number of parallel GC threads appropriately using -XX:ParallelGCThreads=N" .Please advise.&lt;/P&gt;</description>
    <pubDate>Tue, 21 Mar 2017 04:14:31 GMT</pubDate>
    <dc:creator>krdsranga</dc:creator>
    <dc:date>2017-03-21T04:14:31Z</dc:date>
    <item>
      <title>NIFI ERRORS</title>
      <link>https://community.cloudera.com/t5/Support-Questions/NIFI-ERRORS/m-p/166281#M128633</link>
      <description>&lt;P&gt;I am trying to install NIFI on AWS redhat linux EC2 instance (instance type t2.mciro) . Iwas able to start the instance using ./nifi.sh start. But after few minutes it stops with an error message "ERROR [NiFi logging handler] org.apache.nifi.StdErr OpenJDK 64-Bit Server VM warning: If the number of processors is expected to increase from one, then you should configure the number of parallel GC threads appropriately using -XX:ParallelGCThreads=N" .Please advise.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2017 04:14:31 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/NIFI-ERRORS/m-p/166281#M128633</guid>
      <dc:creator>krdsranga</dc:creator>
      <dc:date>2017-03-21T04:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: NIFI ERRORS</title>
      <link>https://community.cloudera.com/t5/Support-Questions/NIFI-ERRORS/m-p/166282#M128634</link>
      <description>&lt;P&gt;@Kiran Dasari&lt;/P&gt;&lt;P&gt;t2.micro instance has only 1 vCPU core, but apparently RHEL OpenJDK assumes multi core machine by default. There's a github issue (not for NiFi, but Elasticsearch) suggesting use '-XX:-AssumeMP' to disable this assumption.&lt;/P&gt;&lt;P&gt;You can add JVM argument from &amp;lt;NIFI_HOME&amp;gt;/conf/bootstrap.conf. I tried this option with t2.micro. Without this, I got the same error as you reported. By adding the option NiFi proceeded startup further, but I also needed to reduce JVM heap size to have NiFi up and running. Changed bootstrap.conf as follows:&lt;/P&gt;&lt;PRE&gt;# JVM memory settings: from 512m to 256m
java.arg.2=-Xms256m
java.arg.3=-Xmx256m

# Add this to disable AssumeMP
# &lt;A href="https://github.com/elastic/elasticsearch/issues/22245" target="_blank"&gt;https://github.com/elastic/elasticsearch/issues/22245&lt;/A&gt;
java.arg.15=-XX:-AssumeMP
&lt;/PRE&gt;&lt;P&gt;NiFi is running without issue for 30 minutes. I hope it's longer enough to confirm that the configuration can address your issue, too.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Koji&lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2017 07:28:45 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/NIFI-ERRORS/m-p/166282#M128634</guid>
      <dc:creator>kkawamura</dc:creator>
      <dc:date>2017-03-22T07:28:45Z</dc:date>
    </item>
  </channel>
</rss>

