<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Underline text using INS tag from HTML document do not appear"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=132770#c7">Comment # 7</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Underline text using INS tag from HTML document do not appear"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=132770">bug 132770</a>
              from <span class="vcard"><a class="email" href="mailto:hi-angel@yandex.ru" title="Konstantin Kharlamov <hi-angel@yandex.ru>"> <span class="fn">Konstantin Kharlamov</span></a>
</span></b>
        <pre>(In reply to Konstantin Kharlamov from <a href="show_bug.cgi?id=132770#c6">comment #6</a>)
<span class="quote">> (In reply to Konstantin Kharlamov from <a href="show_bug.cgi?id=132770#c5">comment #5</a>)
> > (In reply to Xisco FaulĂ­ from <a href="show_bug.cgi?id=132770#c4">comment #4</a>)
> > > Hello Konstantin,
> > > Could you please submit the patch to gerrit for review ? <
> > > <a href="https://wiki.documentfoundation.org/Development/gerrit">https://wiki.documentfoundation.org/Development/gerrit</a> >
> > > Assigning it to you
> >
> > Thank you, but unfortunately as I mentioned in my previous comment I haven't
> > been able to test it and I can't continue working on this for technical
> > reasons. Though maybe I'll give it another try later. Perhaps if I reduce
> > parallel builds down to, say, just one, it shouldn't take as much RAM.</span >
>
<span class="quote">> Okay, I am sorry, but I'm unassigning myself. Perhaps I'll give it a try
> when I gonna have an SSD. But right now on HDD even with `make -j1` my whole
> system just locks up upon building.</span >

FTR: I made another attempt, probably last one. I managed to overcome slowness
of HDD by running the build as follows

    ionice -c3 make -j1

This indeed helps with IO pressure. But then later build (even with one thread)
takes up more than 4GBs of RAM, displaces FS cache off the RAM and applications
onto SWAP partition, and everything locks up. Since rebuilding supposed to
happen pretty often while developing, I don't think it would make sense to
tolerate that. Suggestions are welcome though.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>