- This topic has 6 replies, 4 voices, and was last updated 15 years 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 LeeJuly 28, 2005 at 11:05 pm #233871
GregMemberEdit your shortcut that starts up eclipse and add the following arguments to the jvm:
-Xmx512M
July 29, 2005 at 1:17 am #233879
John LeeMemberThanks, problem solved after adding the options
June 30, 2010 at 10:34 pm #309487
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.June 30, 2010 at 11:17 pm #309488
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.htmlJuly 1, 2010 at 1:26 am #309492
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.dllJuly 2, 2010 at 12:22 am #309523
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