Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6740923

NUMA allocator: Ensure the progress of adaptive chunk resizing

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • hs14
    • hs14
    • hotspot
    • gc
    • b06
    • generic
    • generic

        The NUMA allocator resizes its lgroup chunks proportionally to the allocation rate in each chunk. However, in case when allocation fails the hole which it left is still considered to be a free space and is not taken into account when computing the allocation rate. Considering that the lgroup chunk can get as small as page it is possible that the allocation will fail immediately thus producting the allocation rate value of zero. This in turn would prevent the chunk from growing.

              iveresov Igor Veresov
              iveresov Igor Veresov
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: