1 Reply Latest reply on Dec 22, 2006 5:48 AM by maxandersen

    JBoss IDE Out of memory error

    tnine

      Hi all,
      I'm trying out the JBoss IDE beta, and I'm having some issues with it. I get an out of memory error after running the IDE for about 15 minutes. I'm using Java 1.5 on Windows XP Pro. I have installed the JSF Webtools plug in, the subversion plug in, and the maven 2 plug in. I have the following shortcut set up.

      C:\eclipse\eclipse\eclipse.exe -vmargs -Xms512m -Xmx1024m
      


      However when I look at the .log file in my workspace, I don't see my memory arguments.

      !SESSION 2006-12-21 18:05:46.141 -----------------------------------------------
      eclipse.buildId=unknown
      java.version=1.5.0_05
      java.vendor=Sun Microsystems Inc.
      BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
      Command-line arguments: -os win32 -ws win32 -arch x86
      
      !ENTRY org.eclipse.core.resources 2 10035 2006-12-21 18:05:49.704
      !MESSAGE A workspace crash was detected. The previous session did not exit normally.
      
      !ENTRY org.hibernate.eclipse.console 4 4 2006-12-21 18:06:09.830
      !MESSAGE Error while reading console configuration
      


      Is the IDE not picking up my 512Mb minimum and 1Gb of maximum memory?

      Thanks,
      Todd