comparison src/share/vm/runtime/globals.hpp @ 3885:3cd0157e1d4d

7082969: NUMA interleaving Summary: Support interleaving on NUMA systems for collectors that don't have NUMA-awareness. Reviewed-by: iveresov, ysr Contributed-by: Tom Deneau <tom.deneau@amd.com>
author iveresov
date Thu, 25 Aug 2011 02:57:46 -0700
parents 1af104d6cf99
children d968f546734e
comparison
equal deleted inserted replaced
3871:2f27ed2a98fa 3885:3cd0157e1d4d
473 "Trace page size selection and usage.") \ 473 "Trace page size selection and usage.") \
474 \ 474 \
475 product(bool, UseNUMA, false, \ 475 product(bool, UseNUMA, false, \
476 "Use NUMA if available") \ 476 "Use NUMA if available") \
477 \ 477 \
478 product(bool, UseNUMAInterleaving, false, \
479 "Interleave memory across NUMA nodes if available") \
480 \
481 product(uintx, NUMAInterleaveGranularity, 2*M, \
482 "Granularity to use for NUMA interleaving on Windows OS") \
483 \
478 product(bool, ForceNUMA, false, \ 484 product(bool, ForceNUMA, false, \
479 "Force NUMA optimizations on single-node/UMA systems") \ 485 "Force NUMA optimizations on single-node/UMA systems") \
480 \ 486 \
481 product(intx, NUMAChunkResizeWeight, 20, \ 487 product(intx, NUMAChunkResizeWeight, 20, \
482 "Percentage (0-100) used to weight the current sample when " \ 488 "Percentage (0-100) used to weight the current sample when " \