mirror of
https://github.com/intel/linux-sgx
synced 2026-06-08 14:49:32 +00:00
3cdca125bd
Signed-off-by: xxu36 <xiaofeng.xu@intel.com>
24 lines
787 B
XML
24 lines
787 B
XML
<EnclaveConfiguration>
|
|
<ProdID>0</ProdID>
|
|
<ISVSVN>0</ISVSVN>
|
|
<TCSNum>1</TCSNum>
|
|
<TCSMinPool>5</TCSMinPool>
|
|
<TCSPolicy>1</TCSPolicy>
|
|
<TCSMaxNum>13</TCSMaxNum>
|
|
|
|
<!-- For a static thread, total available stack is 0x40000 -->
|
|
<!-- For a dynamic thread, once it is creted, available stack is
|
|
0x2000, the gap, that is 0x40000 - 0x2000, can be dynamically
|
|
expanded as necessary.
|
|
-->
|
|
<StackMaxSize>0x4000</StackMaxSize>
|
|
<StackMinSize>0x2000</StackMinSize>
|
|
<HeapMaxSize>0x5000</HeapMaxSize>
|
|
<UserRegionSize>0x50000</UserRegionSize>
|
|
|
|
<!-- Recommend changing 'DisableDebug' to 1 to make the enclave undebuggable for enclave release -->
|
|
<DisableDebug>0</DisableDebug>
|
|
<MiscSelect>1</MiscSelect>
|
|
<MiscMask>0xFFFFFFFF</MiscMask>
|
|
</EnclaveConfiguration>
|