<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hi Erik,<div class=""><br class=""></div><div class="">Some questions.<br class=""><div class=""><br class=""></div><div class="">On the question of allocation stalls, couldn’t/shouldn’t one just start the collection cycles sooner?</div><div class=""><br class=""></div><div class="">On the question of sharing in containers, I’m aware of two different experiments on how to resolve the issue of allowing Java heap to consume more of available memory. Of the two the most interesting is a modification of G1 that uses GC thread CPU overhead as a signal to decide if Java heap should be expanded or contracted. The idea is to keep GC thread utilization within a band (of ~20%). The other component of this experiment is to fail any attempts to expand should that expansion risk triggering an OOM killer. In this case the failed expansion will result in a hotter CPU. That said, this a significantly more graceful degredation than having the process terminated. My question is, would you consider taking a similar approach for ZGC?</div><div class=""><br class=""></div><div class="">Finally, on the flag ZGCPressure, could you speak a little more about how it balances CPU vs memory? Specifically, what does the value 5 represent? I understand if one were to pull on that lever you affect the level of aggressiveness but is this aggressiveness of how quickly heap would be expanded?</div><div class=""><br class=""></div><div class="">Kind regards,</div><div class="">Kirk</div><div class=""><br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On May 2, 2024, at 7:44 AM, Erik Osterlund <<a href="mailto:erik.osterlund@oracle.com" class="">erik.osterlund@oracle.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class="">

<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" class="">

<div style="overflow-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
Hi,
<div class=""><br class="">
</div>
<div class="">I have written a draft JEP for a automatic heap sizing when using ZGC.</div>
<div class="">JEP description is available here: <a href="https://bugs.openjdk.org/browse/JDK-8329758" class="">https://bugs.openjdk.org/browse/JDK-8329758</a></div>
<div class=""><br class="">
</div>
<div class="">Comments and feedback are welcome.</div>
<div class=""><br class="">
</div>
<div class="">Thanks,</div>
<div class="">/Erik</div>
</div>

</div></blockquote></div><br class=""></div></div></body></html>