Numa Collectors in Hotspot

Hohensee, Paul hohensee at amazon.com
Tue Sep 26 15:48:38 UTC 2017


The Hotspot GC people may correct me wrt to the following.

See https://docs.oracle.com/javase/8/docs/technotes/guides/vm/performance-enhancements-7.html#numa  for a discussion of UseNUMA for the Parallel collector in JDK8.

For all the other collectors except G1, UseNUMA will interleave each heap space (old gen, eden, survivor spaces) across the NUMA nodes, in an effort to average memory access latencies across the box. G1 doesn’t seem to know about NUMA.

A quick look at the source says that nothing has changed for JDKs 9 and 10.

Paul

On 9/25/17, 11:54 PM, "hotspot-gc-dev on behalf of Per Liden" <hotspot-gc-dev-bounces at openjdk.java.net on behalf of per.liden at oracle.com> wrote:

    On 2017-09-26 05:43, Ionut wrote:
    > Hello All,
    >
    >    I was searching about a NUMA collector in Hotspot. Besides Parallel /
    > Parallel Old I could not find any other Collector ( I am reffering here
    > to CMS or G1).
    > Could you please confirm/infirm that only Parallel/Parallel Old is
    > allocating taking into account NUMA architecture?
    
    That's correct.
    
    cheers,
    Per
    



More information about the hotspot-gc-dev mailing list