- This topic has 6 replies, 4 voices, and was last updated 14 years, 4 months ago by support-shalini.
-
AuthorPosts
-
John LeeMemberI would like to export my ER-Diagram to JPEG, the system show this error meaage “Java Heap Space”. How to i increse the “Java Heap Space”
My System Information
————————–
Eclipse 3.0.2
MyEclipse 4.0M2
OS Fedora Core 2Thanks
John Lee
GregMemberEdit your shortcut that starts up eclipse and add the following arguments to the jvm:
-Xmx512M
John LeeMemberThanks, problem solved after adding the options
Suman MukherjeeParticipantI am also facing the same issue, although i tried to increase heapsize as mentioned by you, same error occurs, I have a schema of 202 tables ..
Can you please let me know what should the heapsize in order to export as JPEG.
support-shaliniMemberjsumanmukherjee,
What is the version of MyEclipse that you are using? Can you copy paste your installation details from MyEclipse > Installation Summary > Installation Details?Can you try using the parameters as mentioned in the link below and let me know how that works for you –
http://www.myeclipseide.com/PNphpBB2-viewtopic-t-10087-highlight-memory.html
Suman MukherjeeParticipantHi
Here is the details of my MyEclipse :*** Date:
Thursday, July 1, 2010 11:56:38 AM IST** System properties:
OS=WindowsXP
OS version=5.1.0
Java version=1.6.0_13*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 8.5
Build id: 8.5-20100319*** Eclipse details:
MyEclipse Enterprise WorkbenchVersion: 8.5
Build id: 8.5-20100319Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-showsplash
-launcher
D:\IDE\Genuitec\MyEclipse 8.5\myeclipse.exe
-name
Myeclipse
–launcher.library
D:\IDE\Genuitec\MyEclipse 8.5\../Common/plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.0.200.v20090519\eclipse_1206.dll
-startup
D:\IDE\Genuitec\MyEclipse 8.5\../Common/plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar
-install
D:/IDE/Genuitec/MyEclipse 8.5
-configuration
configuration
-data
D:\WORKSPACE\CERTIFICATION
-launcher
D:\IDE\Genuitec\MyEclipse 8.5\myeclipse.exe
-install
D:/IDE/Genuitec/MyEclipse 8.5
-configuration
configuration
-vm
d:/IDE/Genuitec/Common/binary/com.sun.java.jdk.win32.x86_1.6.0.013/jre/bin/client/jvm.dll
support-shaliniMemberjsumanmukherjee,
Have you tried the values as given in the link below –
http://www.myeclipseide.com/PNphpBB2-viewtopic-t-10087-highlight-memory.html -
AuthorPosts