config.04.xml 722 B

1234567891011121314151617181920212223
  1. <EnclaveConfiguration>
  2. <ProdID>0</ProdID>
  3. <ISVSVN>0</ISVSVN>
  4. <TCSNum>10</TCSNum>
  5. <TCSMinPool>3</TCSMinPool>
  6. <TCSPolicy>1</TCSPolicy>
  7. <!-- For a static thread, total available stack is 0x40000 -->
  8. <!-- For a dynamic thread, once it is creted, available stack is
  9. 0x2000, the gap, that is 0x40000 - 0x2000, can be dynamically
  10. expanded as necessary.
  11. -->
  12. <StackMaxSize>0x40000</StackMaxSize>
  13. <StackMinSize>0x2000</StackMinSize>
  14. <HeapMaxSize>0x100000</HeapMaxSize>
  15. <!-- Recommend changing 'DisableDebug' to 1 to make the enclave undebuggable for enclave release -->
  16. <DisableDebug>0</DisableDebug>
  17. <MiscSelect>0</MiscSelect>
  18. <MiscMask>0xFFFFFFFF</MiscMask>
  19. </EnclaveConfiguration>