facebook

Confusing Low Memory Msg from MyEclipse IDE

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse IDE
  2.  > 
  3. Installation, Configuration & Updates
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #265322 Reply

    Bob
    Member

    I recieved the message: MyEclipse Memory
    Available memeory is low
    My Eclipse has detected that less than 5% of the 64MB of PermGen (Non-Heap Memory) space remaiins.
    It is strongly recommended that you exit and restart MyEclipse with new virtual machine memory parameters to increasse this memory. Failure to do so can result in data loss.
    eclipse.exe -vmargs -Xms128M -Xms512M -XX:PermSize=64M -XX:MaxPermSize=128M

    HOWEVER at the time of the error:
    System Information report written at: 01/30/07 08:27:21
    Total Physical Memory 2,048.00 MB
    Available Physical Memory 1.29 GB
    Total Virtual Memory 2.00 GB
    Available Virtual Memory 1.96 GB
    Page File Space 5.85 GB
    Page File C:\pagefile.sys

    #265355

    Scott Anderson
    Participant

    Bob,

    It looks like MyEclipse was launched with the default memory settings and you need a bit more PermGen space for it to run correctly. The example startup line shown:

    
    eclipse.exe -vmargs -Xms128M -Xms512M -XX:PermSize=64M -XX:MaxPermSize=128M
    

    is what is needed to launch MyEclipse to avoid this problem. Form your system configuration you’ve got plenty of RAM so updating your startup shortcut with the commandline arguments as shown should resolve the issue.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Confusing Low Memory Msg from MyEclipse IDE

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