Hi manish,
Hope you are doing good.
Please, try the following: Edit the go.bat or go.sh file.
Set the -Xmx=1024M. The default size of this is usually 512 wich is obviously not enough in your
case.
The entry would be something like:
Eg:
%JAVA_CMD% -Xmx512m -Xms512m -showversion .......
Also the JDK that you are being using is very very old and can be the main issue of this.
Other 3rd party JDKs are out of support now. SAP recommends users to upgrade to the latest SAPJVM as soon as possible. Please see:
SAP Note No. 1920326 - Oracle JDK support agreement terminated
"
The JDK support contract between Oracle and SAP was terminated
by Oracle (effective 31.12.2013).
Due to Oracle's termination of the agreement, SAP cannot
provide Oracle JDK support coverage starting from January 2014.
"
SAP JVM 4 is the standard JDK included in the follow-up SAP NetWeaver release. As of today appropriate performance for SAP applications, comparable to currently used vendor JDKs.
Below will help:
SAP Note No. 1367498 - SAP JVM installation prerequisites
SAP Note No. 1442124 How to download a SAP JVM patch from the SMP
SAP Note No. 1133020 How to import a SAP JVM patch into an AS Java
SAP Note No. 1603093- SAP JVM 4.1 parameters NetWeaver 2004 and 7.0
Thank you!
_____________
Kind Regards,
Hemanth
SAP AGS