facebook

out of memory exits eclipse

  1. MyEclipse Archived
  2.  > 
  3. Bugs
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #242559 Reply

    jtflores
    Member

    *** Date: Fri Dec 02 14:38:02 PST 2005

    *** System properties:
    OS=WindowsXP
    OS version=5.1
    Java version=1.5.0_05

    *** MyEclipse details:
    MyEclipse Enterprise Workbench

    Version: 4.0.100 M1
    Build id: 20051103-4.1-Milestone1

    *** Eclipse details:
    Eclipse SDK

    Version: 3.1.0
    Build id: I20050627-1435

    Eclipse Platform

    Version: 3.1.0
    Build id: I20050627-1435

    Eclipse RCP

    Version: 3.1.0
    Build id: I20050627-1435

    Eclipse Java Development Tools

    Version: 3.1.0
    Build id: I20050627-1435

    Eclipse Plug-in Development Environment

    Version: 3.1.0
    Build id: I20050627-1435

    Eclipse Project SDK

    Version: 3.1.0
    Build id: I20050627-1435

    Eclipse startup command=-os
    win32
    -ws
    win32
    -arch
    x86
    -launcher
    C:\Eclipse3.1\eclipse.exe
    -name
    Eclipse
    -showsplash
    600
    -exitdata
    cf8_38
    -vm
    C:\WINNT\system32\javaw.exe

    And I am running with the following launch: -vmargs -Xms512M -Xmx512M

    I run out of memory on eclipse after a few hours using myeclipse ide. I get the following error

    !ENTRY org.eclipse.ui 4 4 2005-12-02 14:15:39.178
    !MESSAGE Unhandled event loop exception

    !ENTRY org.eclipse.ui 4 0 2005-12-02 14:15:39.178
    !MESSAGE PermGen space
    !STACK 0
    java.lang.OutOfMemoryError: PermGen space

    #242586 Reply

    Riyad Kalla
    Member

    This message is actually a little too general, you are technically running out of permSpace for objects; this is becomming typical with these larger Eclipse plugins like MyEclipse, the way you fix it is to add the following command line args:
    -XX:PermSize=64M -XX:MaxPermSize=128M

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: out of memory exits eclipse

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