--secure-heap-min=n


在使用 --secure-heap 时,--secure-heap-min 参数指定从安全堆分配的最小值。最小值为 2。最大值为 --secure-heap2147483647 中的较小者。指定的值必须是二的幂。

【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.】