<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - MemoryPressureHandler doesn't work if cgroups aren't present in Linux"
   href="https://bugs.webkit.org/show_bug.cgi?id=155255#c10">Comment # 10</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - MemoryPressureHandler doesn't work if cgroups aren't present in Linux"
   href="https://bugs.webkit.org/show_bug.cgi?id=155255">bug 155255</a>
              from <span class="vcard"><a class="email" href="mailto:changseok.oh&#64;collabora.com" title="ChangSeok Oh &lt;changseok.oh&#64;collabora.com&gt;"> <span class="fn">ChangSeok Oh</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=155255#c0">comment #0</a>)
<span class="quote">&gt; The current Linux implementation of MemoryPressureHandler relies on
&gt; /sys/fs/cgroup/memory to be properly setup. This isn't the case for all
&gt; desktop systems and embedded devices, so having an alternative method to
&gt; measure memory pressure should be desirable (especially on embedded devices
&gt; with limited memory).</span >

As I rememeber, the polling way was considered but it was rejected because of a concern that regularly waking up cpu to read meminfo itself badly affected on performance. <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Implement MemoryPressureHandler for Linux system"
   href="show_bug.cgi?id=123532#c2">https://bugs.webkit.org/show_bug.cgi?id=123532#c2</a> . For the reason, it is intended that MemoryPressureHandler works for only cgroup avaiable platforms. I know there is a small difference between this approach and previous one, using a timer or sleep() in a separate thread. I am also glad to see this alernative memory handler though, I would like to ask if there is anything different from using timer way and this patch is actually useful on real embeded systems. How about performance there? Is it acceptable?</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>