<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Redo increases memory usage"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=133241#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Redo increases memory usage"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=133241">bug 133241</a>
              from <span class="vcard"><a class="email" href="mailto:newbie-02@gmx.de" title="b. <newbie-02@gmx.de>"> <span class="fn">b.</span></a>
</span></b>
        <pre>repro: 

about ~300M program, ~100M - ~200M file, ~300M for 15 paste, 15 undo, 15 redos,
on 6.2.8.2 win, and 7.0.0.0.a1+, 

if i'm right and @Noels comment
<a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Huge ram amount used not freed"
   href="show_bug.cgi?id=125428#c30">https://bugs.documentfoundation.org/show_bug.cgi?id=125428#c30</a> applies here i'd
say you are adding 10k to 160k of random 5 byte strings to the mentioned string
pool on each action (all cells recalculated), thus i consider some memory
consumption normal, 

the raw data for that might fit into 50 MB, even less considering duplicates,
but some overhead - e.g. for formatting - is normal? 

just for nags like this it would be helpful to have a management which can
track the use of references and release idle objects, but my vague idea is that
the path referencer -> reference is 'direct' in C++, while finding the
referencer(s) of an object is a search action ... ??? 

suggest 'minor' or 'wfm', there are other urgent problems ...</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>