facebook

JSP Page Editor very slow for bigger pages

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

    Paul_P
    Member

    This message has not been recovered.

    #278411 Reply

    Loyal Water
    Member

    Can you add the following vmargs in your eclipse.ini file to optimise memory and try working with the larger jsp page again:-

    
    -vmargs -Xms128M -Xmx512M -XX:PermSize=64M -XX:MaxPermSize=128M 
    

    Does it help ?

    #278454 Reply

    Paul_P
    Member

    Hi Nipun,

    actually my memory settings reserve more memory for the JVM than in your code. Here is my eclipse.ini of the MyEclipse installation:

    -showsplash
    com.genuitec.myeclipse.product
    –launcher.XXMaxPermSize
    256m
    -vmargs
    -Xms128m
    -Xmx512m
    -Duser.language=en
    -XX:PermSize=128M
    -XX:MaxPermSize=256M

    #278498 Reply

    Loyal Water
    Member

    How many lines of code do you have in the file that you are trying to open ?

    #278568 Reply

    Paul_P
    Member

    Hi Nipun,

    the page has 541 lines. If I start to edit the page then the processor usage goes to 60% and I have to wait for the characters and words I entered to be shown in the editor. The editor gets quasi non-responsive.

    Thanks in advance for your help,

    Paul P.

    #278663 Reply

    Loyal Water
    Member

    If its not a problem, can you *pm* me the file so that I can test this out at my end.

    #279042 Reply

    Gerald Hartling
    Participant

    This message has not been recovered.

    #279052 Reply

    Paul_P
    Member

    This message has not been recovered.

    #279074 Reply

    Gerald Hartling
    Participant

    This message has not been recovered.

    #279085 Reply

    Loyal Water
    Member

    This message has not been recovered.

    #279089 Reply

    Gerald Hartling
    Participant

    This message has not been recovered.

    #279147 Reply

    Loyal Water
    Member

    This message has not been recovered.

    #279662 Reply

    What’s the status on this issue? I’ve found the JSP Editor to become rendered essentially useless with bigger JSPs. Also, I run into cursor jumping problems frequently, especially if I hit CTRL-Z (undo)…

    #279690 Reply

    Loyal Water
    Member

    Optimizations for editors are slated for the 7.0 (based on Eclipse 3.4) release. We are trying to look into it for the 6.1 release.

    #282104 Reply

    Paul_P
    Member

    Hi,

    as mentioned earlier in this topic, we are using MyEclipse 6.0.1 GA, Build 6.0.1-GA-200710. By editing a JSP page, sometimes the setting of the caret at the end of the current line is not possible. When I hit the “End” key, I get the error “Line End did not complete normally. Please see the log for more information. String index out of range:24”

    Can you please solve this problem? When will a version come to market, in which the errors in the JSP Editor are solved?

    Many thanks & Regards,

    Paul P.

Viewing 15 posts - 1 through 15 (of 29 total)
Reply To: JSP Page Editor very slow for bigger pages

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