src/share/vm/runtime/globals.hpp

changeset 3085
3cd0157e1d4d
parent 3052
1af104d6cf99
child 3110
d968f546734e
     1.1 --- a/src/share/vm/runtime/globals.hpp	Tue Aug 23 11:06:30 2011 +0200
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Thu Aug 25 02:57:46 2011 -0700
     1.3 @@ -475,6 +475,12 @@
     1.4    product(bool, UseNUMA, false,                                             \
     1.5            "Use NUMA if available")                                          \
     1.6                                                                              \
     1.7 +  product(bool, UseNUMAInterleaving, false,                                 \
     1.8 +          "Interleave memory across NUMA nodes if available")               \
     1.9 +                                                                            \
    1.10 +  product(uintx, NUMAInterleaveGranularity, 2*M,                            \
    1.11 +          "Granularity to use for NUMA interleaving on Windows OS")         \
    1.12 +                                                                            \
    1.13    product(bool, ForceNUMA, false,                                           \
    1.14            "Force NUMA optimizations on single-node/UMA systems")            \
    1.15                                                                              \

mercurial