Skip to Main Content
IBM Power Ideas Portal


This portal is to open public enhancement requests against IBM Power Systems products, including IBM i. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).


Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:

Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,

Post your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.


Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.

Status Delivered
Workspace IBM i
Categories IBM i Access Family
Created by Guest
Created on Jun 5, 2018

Changeable java heap size used in ACS

Sometimes ACS has displayed OutOfMemory, so we want to change Java heap size used in ACS.

Only when I use the command, look like (java -Xmx 1024mb -jar acsbundle.jar), we can change heap size.

But when we have clicked the .hod file to start acs session, we can't change heap size. Also, when we started batch file, like .bchx, we can't change heap size.


Use Case:

We have set java heap size in initilize file, like acs.ini...


Idea priority Medium
  • Guest
    Reply
    |
    Feb 21, 2020

    Changing the java heap size used by the product has been supported for quite some time but should be done with caution as it may cause OutOfMemory errors.

  • Guest
    Reply
    |
    Jun 13, 2018

    According to that PMR, the OutOfMemory exception was caused by the inability to create more native threads. Other cases we have seen like this were caused by other processes that were running on the PC that are not part of ACS. Either there are too many active threads or some other process is not freeing up the threads when they are done. The PMR was closed before the data could be collected that would verify whether or not these threads were created by ACS or some other process. If ACS is not able to create a thread, the JVM throws an OutOfMemoryError. Increasing the JVM heap size for ACS will not help in these cases. Also, the PMR references setting the JVM heap size to -Xmx1024m. That is already the default heap size used when starting ACS. The most likely reason the issue could not be re-created is because the PC was rebooted and/or the other processes using up all the native threads were not run.

    If the issue continues to happen, I suggest you work with Service to gather the necessary data that will help determine who is using up all the native threads.

  • Guest
    Reply
    |
    Jun 11, 2018

    PMR Number is 26221,659,760.

  • Guest
    Reply
    |
    Jun 11, 2018

    Please open a PMR and work with our Service team so the cause of the OutOfMemory exception can be determined for your specific case. When you have done that, provide the PMR here so we can further evaluate this request.