Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Blocker
-
Resolution: Won't Fix
-
Affects Version/s: 1.5.7
-
Fix Version/s: None
-
Component/s: Editor
-
Labels:None
-
Environment:Eclipse3.4.0, GroovyFeature 1.5.7.20081120_2330, Windows XP sp2
-
Number of attachments :
Description
Every keystroke or action inside the Groovy editor that causes a page compile increases the total virtual memory used by eclipse up by about 5-6mb. This continues until you run out of memory and eclipse instantly shuts down without warning. I am using:
eclipse.exe -clean -vm "C:\Program Files\Java\jdk1.6.0_07\bin" -vmargs -Xmx1024M -XX:PermSize=64M -XX:MaxPermSize=128M
Nothing is being logged to my .metadata/.log file at all.
Behavior started immediately after I upgraded from 1.5.6. Cannot revert back because I cannot find the 1.5.6 distribution anywhere.