facebook

myeclipse blue 7.0 M1 memory problem

  1. MyEclipse IDE
  2.  > 
  3. WebSphere Development
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #288709 Reply

    punki81
    Member

    Hi
    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)

    #288720 Reply

    Loyal Water
    Member

    Can you go to MyEclipse > Installation Summary > Installation Details and paste the information here for me.

    What is the configuration of your PC?

    #288725 Reply

    punki81
    Member

    *** 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 Edition

    Version: 7.0 Blue Milestone-1
    Build id: 7.0-Blue-M1-20080808

    Eclipse Platform

    Version: 3.4.0.v20080610-9I96EhtEm-T_5LxIsybz-3MdGZmOA3uwv7Ka_M
    Build id: I20080617-2000

    Eclipse Java Development Tools

    Version: 3.4.0.v20080603-2000-7o7tEAXEFpPqqoXxgaBhhhq
    Build id: I20080617-2000

    Eclipse Plug-in Development Environment

    Version: 3.4.0.v20080603-7T7U-E_EkMNrNKb39WcMC
    Build id: I20080617-2000

    Eclipse Project SDK

    Version: 3.4.0.v20080522-7O7S-CHEp2gcoGjmFFomLz-d5M8NdvuPgDrH17jw0Mvhe
    Build id: I20080617-2000

    Eclipse Graphical Editing Framework GEF

    Version: 3.4.0.v20080115-677-8082A5696H274A
    Build id: 200806091334

    Eclipse RCP

    Version: 3.4.0.v20080324a-989JERhEk-jWnd5IY8K5tjxB
    Build id: I20080617-2000

    Eclipse 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 RAM

    one more tip: when I said project I mean working set with 10 project 😉

    #288789 Reply

    Loyal Water
    Member

    Do you have the memory arguments in your eclipse.ini file? Can you paste the contents of your eclipse.ini file here for me.

    #288800 Reply

    punki81
    Member

    no, 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

    #288878 Reply

    punki81
    Member

    its look like spring->beans validator->@Required property rule
    is eating big part of memory

    #289051 Reply

    punki81
    Member

    and jsp validation is source of memory problem too

    #289082 Reply

    Brian Fernandes
    Moderator

    punki81,

    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.

Viewing 8 posts - 1 through 8 (of 8 total)
Reply To: myeclipse blue 7.0 M1 memory problem

You must be logged in to post in the forum log in