<?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>topic Re: How to increase JBOSS heap size in WFA 4? in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/How-to-increase-JBOSS-heap-size-in-WFA-4/m-p/135152#M24498</link>
    <description>&lt;P&gt;FYI, I think this should be public knowledge, but feel free to delete this message if you feel differently.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In order to increase the JBOSS java heap size, a modification to the Windows registry is necessary. I'm not sure how its controlled in Linux.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Navigate to the key named:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Apache Software Foundation\Procrun 2.0\NA_WFA_SRV\Parameters\Java&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Find the multi-string value named Options, and change the -Xmx1536m default max to something bigger, like -Xmx3072m&lt;/LI&gt;&lt;LI&gt;Save&lt;/LI&gt;&lt;LI&gt;Restart WFA service&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 11 Oct 2017 12:07:07 GMT</pubDate>
    <dc:creator>jauling_chou</dc:creator>
    <dc:date>2017-10-11T12:07:07Z</dc:date>
    <item>
      <title>How to increase JBOSS heap size in WFA 4?</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/How-to-increase-JBOSS-heap-size-in-WFA-4/m-p/133728#M24256</link>
      <description>&lt;P&gt;Recently, our WFA 4.1 instance has been experiencing stability issues. In the server.log we are seeing errors such as:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Caused by: java.lang.OutOfMemoryError: Java heap space&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm definitely no JBOSS expert, but I poked around the install location of JBOSS, and found a couple files that look like I can increase the heap size, with the JAVA_OPTS Xmx parameter:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;C:\Program Files\NetApp\WFA\jboss\bin\standalone.conf.bat&lt;/P&gt;&lt;P&gt;C:\Program Files\NetApp\WFA\jboss\bin\standalone.conf&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anyone attempted to do this before? I searched KB articles, but couldn't find anything. The defaults are as follows (from both files above):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;"JAVA_OPTS=-Xms64M -Xmx512M -XX:MaxPermSize=256M"&lt;/PRE&gt;&lt;P&gt;I'm thinking of doubling or tripling the Xmx value. Thoughts?&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 14:42:36 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/How-to-increase-JBOSS-heap-size-in-WFA-4/m-p/133728#M24256</guid>
      <dc:creator>jauling_chou</dc:creator>
      <dc:date>2025-06-04T14:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase JBOSS heap size in WFA 4?</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/How-to-increase-JBOSS-heap-size-in-WFA-4/m-p/133743#M24259</link>
      <description>&lt;P&gt;A side note: this is unconfirmed so far, but it seems we had a CDOT cluster decommissioned without first removing it from OCUM/WFA. We are theorizing that this may have caused this memory issue. Hopefully the proposed heap size increase will still help in the future.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Aug 2017 16:16:53 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/How-to-increase-JBOSS-heap-size-in-WFA-4/m-p/133743#M24259</guid>
      <dc:creator>jauling_chou</dc:creator>
      <dc:date>2017-08-18T16:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase JBOSS heap size in WFA 4?</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/How-to-increase-JBOSS-heap-size-in-WFA-4/m-p/133819#M24274</link>
      <description>&lt;P&gt;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/2573"&gt;@jauling_chou&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The deafult value for Java heap in WFA is&amp;nbsp;-Xmx1536m. But vefore we look to increse it, I want to ask some questions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Is your WFA on windows or linux?&lt;/P&gt;&lt;P&gt;2. What is the problem in WFA you are fcaing. The log messages are fine, but is there some workflow or some failure that you are seeing in WFA?&lt;/P&gt;&lt;P&gt;3. Have you got the recommended space and memory requirements on your WFA windows box?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;A side note: this is unconfirmed so far, but it seems we had a CDOT cluster decommissioned without first removing it from OCUM/WFA. We are theorizing that this may have caused this memory issue.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;-------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Not likely the cause.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;sinhaa&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Aug 2017 08:04:30 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/How-to-increase-JBOSS-heap-size-in-WFA-4/m-p/133819#M24274</guid>
      <dc:creator>sinhaa</dc:creator>
      <dc:date>2017-08-22T08:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase JBOSS heap size in WFA 4?</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/How-to-increase-JBOSS-heap-size-in-WFA-4/m-p/134302#M24360</link>
      <description>&lt;P&gt;Apologies for the extremely delayed response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What files did you find the -Xmx1536m setting? Both the standalone.conf and standalone.conf.bat files in C:\Program Files\NetApp\WFA\jboss\bin\ showed me -Xmx512M as I mentioned above. This most likely means I modified the wrong files, can you confirm?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1. Is your WFA on windows or linux?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Windows VM&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2. What is the problem in WFA you are fcaing. The log messages are fine, but is there some workflow or some failure that you are seeing in WFA?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The log message of java.lang.OutOfMemoryError are fine? We were experiencing REST timeout issues when running workflows and filters. Our ops guys would restart the WFA service, but a few hours later it would stop responding again. That's when I was engaged, and I found the heap space error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3. Have you got the recommended space and memory requirements on your WFA windows box?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;We have not officially asked for space/memory requirements from NetApp support, but we do have an inhouse TAM who I would guess have sized the Windows VM appropriately. The VM is sized as 4 vCPU + 10 GByte memory.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FWIW, I often see SQLWarning messages in our remote syslog collector coming from the WFA4 instance. I will escalate those separately.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Sep 2017 11:38:26 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/How-to-increase-JBOSS-heap-size-in-WFA-4/m-p/134302#M24360</guid>
      <dc:creator>jauling_chou</dc:creator>
      <dc:date>2017-09-07T11:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase JBOSS heap size in WFA 4?</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/How-to-increase-JBOSS-heap-size-in-WFA-4/m-p/134314#M24363</link>
      <description>&lt;P&gt;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/2573"&gt;@jauling_chou&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The log message of java.lang.OutOfMemoryError are fine?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;What I meant was, we got to understand about the error in logs but wanted to know what is really affecting your WFA experience. You have provided that info. Thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I suggest you open a Technical support case to debug this further on reasons why this is happening. This could be an important issue. I can tell you how to increase the Heap memory, but I'm not aware of what unwanted &amp;nbsp;consequesnces it can bring ( if at all ).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So to be safe, file a Technical support case.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;sinhaa&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Sep 2017 16:28:15 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/How-to-increase-JBOSS-heap-size-in-WFA-4/m-p/134314#M24363</guid>
      <dc:creator>sinhaa</dc:creator>
      <dc:date>2017-09-07T16:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase JBOSS heap size in WFA 4?</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/How-to-increase-JBOSS-heap-size-in-WFA-4/m-p/135152#M24498</link>
      <description>&lt;P&gt;FYI, I think this should be public knowledge, but feel free to delete this message if you feel differently.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In order to increase the JBOSS java heap size, a modification to the Windows registry is necessary. I'm not sure how its controlled in Linux.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Navigate to the key named:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Apache Software Foundation\Procrun 2.0\NA_WFA_SRV\Parameters\Java&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Find the multi-string value named Options, and change the -Xmx1536m default max to something bigger, like -Xmx3072m&lt;/LI&gt;&lt;LI&gt;Save&lt;/LI&gt;&lt;LI&gt;Restart WFA service&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Oct 2017 12:07:07 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/How-to-increase-JBOSS-heap-size-in-WFA-4/m-p/135152#M24498</guid>
      <dc:creator>jauling_chou</dc:creator>
      <dc:date>2017-10-11T12:07:07Z</dc:date>
    </item>
  </channel>
</rss>

