--secure-heap-min=n
当使用 --secure-heap
时,--secure-heap-min
标志指定安全堆的最小分配。
最小值为 2
。
最大值是 --secure-heap
或 2147483647
中的较小者。
给定的值必须是 2 的幂。
When using --secure-heap
, the --secure-heap-min
flag specifies the
minimum allocation from the secure heap. The minimum value is 2
.
The maximum value is the lesser of --secure-heap
or 2147483647
.
The value given must be a power of two.