Skip to Main Content
Cloud and AIOps


This is an IBM Automation portal for Cloud Management, Technology Cost Management, Network Automation and AIOps products. 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 Under review
Workspace IBM Turbonomic ARM
Created by Guest
Created on Aug 12, 2026

Change JVM Heap values inside containers

We already have other technologies doing this: https://scaleops.com/product/java-resource-management/

I spoke with Java and Integration SE here to get some ideas what is going on there. Here are the findings:

  • From Java 10 and beyond, enables automatic container awareness, allowing the JVM to respect cgroup limits (/sys/fs/cgroup/memory) rather than reading host resources.
  • We can change the hard config from Xmx and Xms, as a percentage: -XX:MaxRAMPercentage=75.0 and the rest of resize at container level is without disruption.
  • We can change the deployment, forcing the config passthrough container:

- name: Configure JVM RAM percentages  ansible.builtin.lineinfile:    path: /etc/default/my-java-app    regexp: '^JVM_OPTS='line: 'JVM_OPTS="-XX:InitialRAMPercentage=40.0 -XX:MaxRAMPercentage=80.0"'notify: Restart java service 


It's true that JVM need to restart to understand new memory, but if the app is modern, the user session and configs can be preserved (Redis, etc.).

Idea priority Urgent
  • Admin
    Murtuza Mukadam
    Sep 7, 2026

    Hi Ricardo, thank you for submitting this idea. We have started looking into this work and have added the feature request to our roadmap. I will continue to share updates as we make progress.