< prev index next >
src/hotspot/share/runtime/globals.hpp
Print this page
rev 59066 : [mq]: deprecate
@@ -190,11 +190,11 @@
product(size_t, NUMAInterleaveGranularity, 2*M, \
"Granularity to use for NUMA interleaving on Windows OS") \
range(os::vm_allocation_granularity(), NOT_LP64(2*G) LP64_ONLY(8192*G)) \
\
product(bool, ForceNUMA, false, \
- "Force NUMA optimizations on single-node/UMA systems") \
+ "(Deprecated) Force NUMA optimizations on single-node/UMA systems") \
\
product(uintx, NUMAChunkResizeWeight, 20, \
"Percentage (0-100) used to weight the current sample when " \
"computing exponentially decaying average for " \
"AdaptiveNUMAChunkSizing") \
< prev index next >