<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - js/stringimpl-to-jsstring-on-large-strings tests consume huge memory"
   href="https://bugs.webkit.org/show_bug.cgi?id=159807#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - js/stringimpl-to-jsstring-on-large-strings tests consume huge memory"
   href="https://bugs.webkit.org/show_bug.cgi?id=159807">bug 159807</a>
              from <span class="vcard"><a class="email" href="mailto:ossy&#64;webkit.org" title="Csaba Osztrogonác &lt;ossy&#64;webkit.org&gt;"> <span class="fn">Csaba Osztrogonác</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=159807#c1">comment #1</a>)
<span class="quote">&gt; &gt; when I exectuted run-javascriptcore-tests. :(
&gt; 
&gt; This should affect run-webkit-tests too, correct?</span >

It could, but the problem is bigger with run-javascriptcore-tests, because it
runs each test with different configurations parallel, for example:
Running jsc-layout-tests.yaml/js/script-tests/stringimpl-to-jsstring-on-large-strings-2.js.layout
Running jsc-layout-tests.yaml/js/script-tests/stringimpl-to-jsstring-on-large-strings-2.js.layout-no-llint
Running jsc-layout-tests.yaml/js/script-tests/stringimpl-to-jsstring-on-large-strings-2.js.layout-no-cjit
Running jsc-layout-tests.yaml/js/script-tests/stringimpl-to-jsstring-on-large-strings-2.js.layout-dfg-eager-no-cjit

It means that 4 copy of the same memory consuming test can run in the same time.</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>