<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Where is it creating a Form over 400,000 pixels wide? Why?<br>
    <br>
    On 3/9/2020 5:51 PM, Phil B via Cuis-dev wrote:
    <blockquote
cite="mid:CAMJMOeh+8E2H+QL-VQfdk4Bno8JTXi1mWU52SZs53DpV386QDQ@mail.gmail.com"
      type="cite">
      <div dir="ltr">I think that would help the initial responsiveness
        of the hierarchy morph.  However, it really just masks the
        larger (oh, I crack myself up ;-) problem: the morph is trying
        to create a *massive* Form.  In this case, it was over 400,000
        wide!  I understand why this is, given that a hierarchy can be
        arbitrarily deep.  But maybe we want to have an overall cap of
        the max width of the form it will try to allocate?  I was
        thinking maybe 2k but then thought that people with 5k monitors
        might not find that to be enough...</div>
      <br>
      <div class="gmail_quote">
        <div dir="ltr" class="gmail_attr">On Mon, Mar 9, 2020 at 1:45 PM
          Juan Vuletich via Cuis-dev <<a moz-do-not-send="true"
            href="mailto:cuis-dev@lists.cuis.st">cuis-dev@lists.cuis.st</a>>
          wrote:<br>
        </div>
        <blockquote class="gmail_quote" style="margin: 0px 0px 0px
          0.8ex; border-left: 1px solid rgb(204, 204, 204);
          padding-left: 1ex;">
          <div bgcolor="#ffffff"> What about something like the attach?<br>
            <br>
            Cheers,<br>
            <pre cols="72">-- 
Juan Vuletich
<a moz-do-not-send="true" href="http://www.cuis-smalltalk.org" target="_blank">www.cuis-smalltalk.org</a>
<a moz-do-not-send="true" href="https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev" target="_blank">https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev</a>
<a moz-do-not-send="true" href="https://github.com/jvuletich" target="_blank">https://github.com/jvuletich</a>
<a moz-do-not-send="true" href="https://www.linkedin.com/in/juan-vuletich-75611b3" target="_blank">https://www.linkedin.com/in/juan-vuletich-75611b3</a>
@JuanVuletich</pre>
            <br>
            On 3/7/2020 7:14 PM, Hernan Wilkinson via Cuis-dev wrote:
            <blockquote type="cite">
              <div dir="ltr">right.<br>
              </div>
              <br>
              <div class="gmail_quote">
                <div dir="ltr" class="gmail_attr">On Fri, Mar 6, 2020 at
                  10:32 PM Andres Valloud via Cuis-dev <<a
                    moz-do-not-send="true"
                    href="mailto:cuis-dev@lists.cuis.st" target="_blank">cuis-dev@lists.cuis.st</a>>

                  wrote:<br>
                </div>
                <blockquote class="gmail_quote" style="margin: 0px 0px
                  0px 0.8ex; border-left: 1px solid rgb(204, 204, 204);
                  padding-left: 1ex;">... obviously, there cannot be
                  more references to 1 than there are <br>
                  objects in the system, and there are only so many of
                  those...<br>
                  <br>
                  On 3/6/20 01:20, Hernan Wilkinson via Cuis-dev wrote:<br>
                  > I do not know how the ReferenceFinder works but
                  it looks to me that it <br>
                  > is creating a lot of objects, maybe because of
                  the type of search you <br>
                  > are doing... Looking for references to 1 for sure
                  will generate a lot of <br>
                  > references<br>
                  > <br>
                  > I just debug it a little bit and it looks like
                  the problem is not in the <br>
                  > scanning for references but in showing the result
                  when expanding the <br>
                  > first node...<br>
                  > <br>
                  > On Fri, Mar 6, 2020 at 5:00 AM Phil B via
                  Cuis-dev <br>
                  > <<a moz-do-not-send="true"
                    href="mailto:cuis-dev@lists.cuis.st" target="_blank">cuis-dev@lists.cuis.st</a>
                  <mailto:<a moz-do-not-send="true"
                    href="mailto:cuis-dev@lists.cuis.st" target="_blank">cuis-dev@lists.cuis.st</a>>>

                  wrote:<br>
                  > <br>
                  >     1) Start a fresh image<br>
                  >     2) Open a Workspace<br>
                  >     3) doit: ReferenceFinder openExplorerOn: 1.<br>
                  >     4) The image appears to be gc'ing like
                  crazy.  Minimize the results<br>
                  >     window as soon as you're able.<br>
                  >     5) leaving that window open, again
                  doit: ReferenceFinder<br>
                  >     openExplorerOn: 1.<br>
                  > <br>
                  >     On my system with gigs of free ram and the
                  image showing ~100 Meg<br>
                  >     used at the OS level, I get a low memory
                  warning and a console<br>
                  >   
                   message: sqAllocateMemorySegmentOfSizeAboveAllocatedSizeInto
                  mmap:<br>
                  >     Cannot allocate memory<br>
                  > <br>
                  >     Ordinarily I'd say this type of message is
                  clearly a VM issue but<br>
                  >     with so little RAM actually being used I'm
                  wondering if it might be<br>
                  >     a misleading error?<br>
                  >     -- <br>
                  >     Cuis-dev mailing list<br>
                  >     <a moz-do-not-send="true"
                    href="mailto:Cuis-dev@lists.cuis.st" target="_blank">Cuis-dev@lists.cuis.st</a>
                  <mailto:<a moz-do-not-send="true"
                    href="mailto:Cuis-dev@lists.cuis.st" target="_blank">Cuis-dev@lists.cuis.st</a>><br>
                  >     <a moz-do-not-send="true"
                    href="https://lists.cuis.st/mailman/listinfo/cuis-dev"
                    rel="noreferrer" target="_blank">https://lists.cuis.st/mailman/listinfo/cuis-dev</a><br>
                  > <br>
                  > <br>
                  > <br>
                  > -- <br>
                  > *Hernán Wilkinson<br>
                  > Agile Software Development, Teaching &
                  Coaching*<br>
                  > *Phone: +54-011*-4893-2057<br>
                  > *Twitter: @HernanWilkinson*<br>
                  > *site: <a moz-do-not-send="true"
                    href="http://www.10Pines.com" rel="noreferrer"
                    target="_blank">http://www.10Pines.com</a> <<a
                    moz-do-not-send="true"
                    href="http://www.10pines.com/" rel="noreferrer"
                    target="_blank">http://www.10pines.com/</a>>*<br>
                  > Address: Alem 896, Floor 6, Buenos Aires,
                  Argentina<br>
                  > <br>
                  -- <br>
                  Cuis-dev mailing list<br>
                  <a moz-do-not-send="true"
                    href="mailto:Cuis-dev@lists.cuis.st" target="_blank">Cuis-dev@lists.cuis.st</a><br>
                  <a moz-do-not-send="true"
                    href="https://lists.cuis.st/mailman/listinfo/cuis-dev"
                    rel="noreferrer" target="_blank">https://lists.cuis.st/mailman/listinfo/cuis-dev</a><br>
                </blockquote>
              </div>
              <br clear="all">
              <div><br>
              </div>
              -- <br>
              <div dir="ltr">
                <div dir="ltr">
                  <div>
                    <div dir="ltr">
                      <div dir="ltr">
                        <div dir="ltr">
                          <div dir="ltr">
                            <div dir="ltr">
                              <div dir="ltr">
                                <div dir="ltr">
                                  <div dir="ltr">
                                    <div><span style="font-family:
                                        tahoma,sans-serif; font-size:
                                        xx-small; border-collapse:
                                        collapse;"><strong><span
                                            style="font-size: 8pt;"><span><span
                                                style="font-size:
                                                small;"><font size="2"><span
                                                    style="font-weight:
                                                    normal;"><span
                                                      style="font-weight:
                                                      bold;">Hernán
                                                      Wilkinson</span><br>
                                                    Agile Software
                                                    Development,
                                                    Teaching &
                                                    Coaching</span></font></span></span></span></strong></span></div>
                                    <div><span style="font-family:
                                        tahoma,sans-serif; font-size:
                                        xx-small; border-collapse:
                                        collapse;"><strong><span
                                            style="font-size: 8pt;"><span><span
                                                style="font-size:
                                                small;"><font size="2"><span
                                                    style="font-weight:
                                                    normal;">Phone:
                                                    +54-011</span></font></span></span></span></strong></span><font
                                        size="2" face="tahoma,
                                        sans-serif">-4893-2057</font></div>
                                    <div><strong style="font-family:
                                        tahoma,sans-serif; font-size:
                                        xx-small;"><span
                                          style="font-size: 8pt;"><span
                                            style="font-size: small;"><font
                                              size="2"><span
                                                style="font-weight:
                                                normal;">Twitter:
                                                @HernanWilkinson</span></font></span></span></strong></div>
                                    <div><span style="font-family:
                                        tahoma,sans-serif; font-size:
                                        xx-small; border-collapse:
                                        collapse;"><strong><span
                                            style="font-size: 8pt;"><span><span
                                                style="font-size:
                                                small;"><font size="2"><span
                                                    style="font-weight:
                                                    normal;">site: <a
                                                      moz-do-not-send="true"
href="http://www.10pines.com/" style="color: rgb(17, 65, 112);"
                                                      target="_blank">http://www.10Pines.com</a></span></font></span></span></span></strong></span></div>
                                    <div><font face="tahoma, sans-serif"><span
                                          style="border-collapse:
                                          collapse;">Address: Alem 896</span></font>,
                                      Floor 6, Buenos Aires, Argentina</div>
                                  </div>
                                </div>
                              </div>
                            </div>
                          </div>
                        </div>
                      </div>
                    </div>
                  </div>
                </div>
              </div>
            </blockquote>
            <br>
          </div>
          -- <br>
          Cuis-dev mailing list<br>
          <a moz-do-not-send="true" href="mailto:Cuis-dev@lists.cuis.st"
            target="_blank">Cuis-dev@lists.cuis.st</a><br>
          <a moz-do-not-send="true"
            href="https://lists.cuis.st/mailman/listinfo/cuis-dev"
            rel="noreferrer" target="_blank">https://lists.cuis.st/mailman/listinfo/cuis-dev</a><br>
        </blockquote>
      </div>
    </blockquote>
    <br>
    <br>
    <pre class="moz-signature" cols="72">-- 
Juan Vuletich
<a class="moz-txt-link-abbreviated" href="http://www.cuis-smalltalk.org">www.cuis-smalltalk.org</a>
<a class="moz-txt-link-freetext" href="https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev">https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev</a>
<a class="moz-txt-link-freetext" href="https://github.com/jvuletich">https://github.com/jvuletich</a>
<a class="moz-txt-link-freetext" href="https://www.linkedin.com/in/juan-vuletich-75611b3">https://www.linkedin.com/in/juan-vuletich-75611b3</a>
@JuanVuletich</pre>
  </body>
</html>