- This topic has 7 replies, 3 voices, and was last updated 16 years, 2 months ago by Brian Fernandes.
-
AuthorPosts
-
punki81MemberHi
I’m using blue 7.0 M1, when I make clean build on my project (spring+hiber) it used huge amount of memory (i must use -Xmx1024M , 512 is not big enough )
and after build it take some time to clear memory ( garbage icon don’t help)
Loyal WaterMemberCan you go to MyEclipse > Installation Summary > Installation Details and paste the information here for me.
What is the configuration of your PC?
punki81Member*** Date:
poniedziałek, 1 wrzesień 2008 22:56:56 CEST** System properties:
OS=WindowsXP
OS version=5.1.0
Java version=1.5.0_11*** MyEclipse details:
MyEclipse Blue Edition
Version: 7.0 Blue Milestone-1
Build id: 7.0-Blue-M1-20080808*** Eclipse details:
MyEclipse Blue EditionVersion: 7.0 Blue Milestone-1
Build id: 7.0-Blue-M1-20080808Eclipse Platform
Version: 3.4.0.v20080610-9I96EhtEm-T_5LxIsybz-3MdGZmOA3uwv7Ka_M
Build id: I20080617-2000Eclipse Java Development Tools
Version: 3.4.0.v20080603-2000-7o7tEAXEFpPqqoXxgaBhhhq
Build id: I20080617-2000Eclipse Plug-in Development Environment
Version: 3.4.0.v20080603-7T7U-E_EkMNrNKb39WcMC
Build id: I20080617-2000Eclipse Project SDK
Version: 3.4.0.v20080522-7O7S-CHEp2gcoGjmFFomLz-d5M8NdvuPgDrH17jw0Mvhe
Build id: I20080617-2000Eclipse Graphical Editing Framework GEF
Version: 3.4.0.v20080115-677-8082A5696H274A
Build id: 200806091334Eclipse RCP
Version: 3.4.0.v20080324a-989JERhEk-jWnd5IY8K5tjxB
Build id: I20080617-2000Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-showsplash
-launcher
D:\MyEclipse Blue 7.0 M1\eclipse.exe
-name
Eclipse
–launcher.library
D:\Pulse\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.100.v20080509-1800\eclipse_1114.dll
-startup
D:\Pulse\plugins\org.eclipse.equinox.launcher_1.0.100.v20080509-1800.jar
-clean
-configuration
d:\MyEclipse Blue 7.0 M1\configuration
-vm
D:\Pulse\binary\com.sun.java.jre.win32.x86_1.5.0.011\bin\client\jvm.dll======================
======================
My computer:
Windos XP SP 2
Core duo T7500 2,2GHz
2 GB RAMone more tip: when I said project I mean working set with 10 project 😉
Loyal WaterMemberDo you have the memory arguments in your eclipse.ini file? Can you paste the contents of your eclipse.ini file here for me.
punki81Memberno, I’m using command line args “eclipse.exe -vmargs -Xms128M -Xmx1024M -XX:PermSize=64M -XX:MaxPermSize=256
my eclispse.ini:
-startup
D:\Pulse\plugins\org.eclipse.equinox.launcher_1.0.100.v20080509-1800.jar
–launcher.library
D:\Pulse\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.100.v20080509-1800
-showsplash
org.eclipse.platform
–launcher.XXMaxPermSize
256m
-clean
-configuration
d:\MyEclipse Blue 7.0 M1\configuration
-vm
D:\Pulse\binary\com.sun.java.jre.win32.x86_1.5.0.011\bin\client\jvm.dll
-vmargs
-Xms40m
-Xmx256m
punki81Memberits look like spring->beans validator->@Required property rule
is eating big part of memory
punki81Memberand jsp validation is source of memory problem too
Brian FernandesModeratorpunki81,
Is this a really large project? You can try to disable the validation and see if the situation improves, that will help us figure out which part of the product is causing these issues.
I would first try to disable the Spring AOP builder, go to your project properties > MyEclipse > Spring and enable the project specific configuration. On the Project Builders tab, uncheck the AOP reference model builder.
You can turn off any validations in the Project Validators tab.
To disable JSP validation, you can right click the individual JSPs or the folder containing them and select MyEclipse > Exclude from Validation.
Would suggest restarting after you make these changes to get a clean experience; please let us know how it goes.
-
AuthorPosts