- This topic has 6 replies, 2 voices, and was last updated 19 years, 4 months ago by
Riyad Kalla.
-
AuthorPosts
-
jadeite100MemberTo Whom It May Concern:
I am curretly using the workbench 4.0 I was debugging the code in Junit. The code basically loaded a 13 mb file and I get the following error:
An out of memory error has occurred. You can prevent these errors in the future by increasing your heapsize before you start the workbench using the -vmargs -xmx command line option.
I start the workbench by going to start, programs and then “MyEclipse Enterprise Workbench 4.0” and then myEclipse.
Can anyone tell me how I can start the workbench and increase the memory in the heapsize so I won’t get the above error.
I am currently using windows 2000 with eclipse 3.1 and MyEclipse Workbench 4.0.
Yours,
🙄
Riyad KallaMemberYou can go into your Eclipse 3.1 directory and open the eclipse.ini file, there you can add (or modify) the argument: -Xmx256m
We encourage people to use the follow command line arguments: -vmargs -Xms128M -Xmx512M -XX:PermSize=64M -XX:MaxPermSize=128M
in the ini file, each argument needs to be on it’s own line.
jadeite100MemberTo Whom It May Concern:
This is what is in my eclipse.ini file in “eclipse” directory:
-vmargs
-Xms600m
-Xmx856m
-XX:PermSize=512MI am still having the out of memory error.
I am using windows 2000, eclipse 3.1, MyEclipse 4.0Yours,
Albert Lam
Riyad KallaMemberAlbert,
What is your Eclipse Build ID from the Help > About menu, and what is your MyEclipse Build ID from the MyEclipse > About menu?
jadeite100MemberHi:
Here is the following information about myEclipse buildid:
Version: 3.1.0
Build id: I20050610-1757Yours,
🙁
jadeite100MemberHi:
Here is the following information about myEclipse buildid:
Version: 3.1.0
Build id: I20050610-1757Yours,
🙁
Riyad KallaMemberJadeite,
I replied to you in another thread that your Eclipse install and MyEclipse install are not compatible, please follow my suggestion in the other thread before we continue trouble shooting. -
AuthorPosts