Hello Panchajanya,
what's the background of your question? Why do you want to consider increasing the heap? As this is an old WebSphere installation I guess that the applications worked well for a while - right? What changed? More users? New version of the application?
@Dennis Riddlemoser explained some technical limits in the IBM JVM and things to consider when disabling compressed references. I.e. it is important to consider that you don't exceed the systems physical memory. Keep in mind that a system running Java applications should never swap as this kills performance (GC has to swap in all pages from the disk). Also keep in mind that a larger heap is not always resulting in better performance.
I'd suggest to enable verbose GC logging and analyze the data using GCMV to get a better understanding of the heap usage over time. If you are running OOM get a javacore or a system dump and use Memory Analyzer Tool to analze the dump. If you feel that the increased heap utilization is justified increase the heap in reasonable junks (best would be to use load testing to recreate the situation and then model the increase using load testing).
------------------------------
Hermann Huebler
2innovate IT Consulting GmbH
Vienna
Austria
#IBMChampion
------------------------------
Original Message:
Sent: Sun August 02, 2020 10:49 AM
From: Panchajanya Learning student
Subject: how much can increase heap memory for WAS BASE -64 Bit (MIN & MAX ) for JVM
Hello Team,
How much increase Max heap memory on JVM on IBM WebSphere Application server -Base -7.0.0.45.
Please find below details :
OS name : Linux OS
OS bit :64-bit
OS version :RHEL 5.11 (Tikanga)
IBM WebSphere Application Server -7.0.0.45(BASE):
java :JRE 1.6.0
WAS BIT:64-bit
waiting for your reply . Please share the details JVM max memory details .
Regards ,
Panchajanya
------------------------------
Panchajanya Learning student
------------------------------