Skip to Main Content

General Development Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Openscript throws out of memory exception

suseela-OracleJun 4 2014

Hi,

I see the following exceptions very frequently while using open script 12.3.0.1:

  • java.lang.OutOfMemoryError: Java heap space
  • java.lang.OutOfMemoryError: PermGen space

I have increases the vmargs values in the eclipse.ini of OracleATS/openscript folder where OATS is installed on my machine.

-startup

plugins/org.eclipse.equinox.launcher_1.0.101.R34x_v20080819.jar

-showsplash

org.eclipse.platform

--launcher.XXMaxPermSize

2048m

-vmargs

-Xms512m

-Xmx4096m

-XX:MaxPermSize=2048m

I have also tried two other ways like setting JAVA_OPTS in environment variables and heap space in the control panel for java, but nothing worked for me.

Note: I use windows7.

Thanks,

suseela.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 2 2014
Added on Jun 4 2014
0 comments
879 views