config.03.xml 942 B

123456789101112131415161718192021222324252627
  1. <EnclaveConfiguration>
  2. <ProdID>0</ProdID>
  3. <ISVSVN>0</ISVSVN>
  4. <!--In this case, there will be 3 static threads available and up to 7 threads
  5. can be created dynamically as necessary.
  6. -->
  7. <TCSNum>10</TCSNum>
  8. <TCSMinPool>3</TCSMinPool>
  9. <TCSPolicy>1</TCSPolicy>
  10. <!-- For a static thread, total stack available is 0x40000 bytes. -->
  11. <!-- For a dynamic thread, once it is created, total stack available is
  12. 0x40000 bytes and no stack expansion will occur.
  13. -->
  14. <StackMaxSize>0x40000</StackMaxSize>
  15. <StackMinSize>0x40000</StackMinSize>
  16. <!-- HeapMinSize is omitted, defaults to 0x1000 -->
  17. <!-- HeapInitSize is omitted, defaults to HeapMaxSize -->
  18. <HeapMaxSize>0x100000</HeapMaxSize>
  19. <!-- Recommend changing 'DisableDebug' to 1 to make the enclave undebuggable for enclave release -->
  20. <DisableDebug>0</DisableDebug>
  21. <MiscSelect>0</MiscSelect>
  22. <MiscMask>0xFFFFFFFF</MiscMask>
  23. </EnclaveConfiguration>