1.

How To Increase Java Heap Memory In Jboss 7?

Answer»

Heap Memory can be INCREASED in a respective conf file. To increase memory for STANDALONE;

  • Go to bin folder
  • Edit the standalone.conf file and look for “JAVA_OPTS=” argument LINE
  • The DEFAULT configuration will have minimum 64 MB and maximum 512 MB. You can increase to the desired value.
    • Xms – specify the minimum heap size.
    • Xmx – specify the maximum heap size.

In a similar WAY, you can adjust the memory for a domain in domain.conf file

Heap Memory can be increased in a respective conf file. To increase memory for standalone;

In a similar way, you can adjust the memory for a domain in domain.conf file



Discussion

No Comment Found