facebook

[Closed]Memory leak in MyEclipse HTML Designer 4.1.1

  1. MyEclipse Archived
  2.  > 
  3. Web Development (HTML, CSS, etc.)
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #249140 Reply

    Hello,

    After some editing on the HTML designer in design or Design/Source view, I eventually run into memory problems.

    This code seems to be especially problematic:

    <!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01 Transitional//EN”>
    <html>
    <head>
    <meta http-equiv=”Content-Type” content=”text/html; charset=ISO-8859-1″>
    <title>Tutorial</title>
    <STYLE>
    div.insert {
    background-color: #eee;
    border: 2px solid black;
    margin: 0 50px 0 50px;
    padding: 0 10px 0 10px;
    }
    </STYLE>
    </head>
    <body>
    <H1>Xxx</H1>
    <P>Before the DIV</P>
    <DIV class=”insert”>
    <H3>Good Package Names</H3>
    <P>How did I come up with the package name?</P>
    <P>The first part is an internet domain which I own (philmann-dark.de). This makes sure the package name is unique. I have to remove the dash because it’s illegal in a package name.</P>
    <P>Next comes the name of the project (all lowercase) and lastly the part of the project which is implemented here (the model).</P>
    </DIV>
    <P>After the DIV</P>
    </body>
    </html>

    When you insert the DIV in the source view, the preview will hang for a long time.

    #249167 Reply

    Riyad Kalla
    Member

    Aaron,
    Eclipse and MyEclipse are very memory intensive apps, it’s possible that you could be running out of heap space or even perm Space, take a look at our tip here: http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-10087.html and see if that helps you.

    #249258 Reply

    Riyad,

    I was running out of perm space, it seems. After allowing 128MB of it, the editor works better.

    Thanks!

    #249316 Reply

    Riyad Kalla
    Member

    Glad to hear it.

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: [Closed]Memory leak in MyEclipse HTML Designer 4.1.1

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