config.02.xml 943 B

12345678910111213141516171819202122232425
  1. <EnclaveConfiguration>
  2. <ProdID>0</ProdID>
  3. <ISVSVN>0</ISVSVN>
  4. <StackMaxSize>0x40000</StackMaxSize>
  5. <!-- On a system with SGX EDMM, the amount of available heap once the enclave
  6. is initialized is HeapMinSize (0x1000 bytes). The gap between HeapMinSize
  7. and HeapMaxSize will be expanded as necessary.
  8. On a system without SGX EDMM, the amount of available heap once the enclave
  9. is initialized is HeapInitSize (0x40000 bytes), and there is no heap expansion.
  10. -->
  11. <HeapMaxSize>0x100000</HeapMaxSize>
  12. <HeapInitSize>0x40000</HeapInitSize>
  13. <HeapMinSize>0x1000</HeapMinSize>
  14. <TCSMaxNum>10</TCSMaxNum>
  15. <TCSNum>10</TCSNum>
  16. <TCSMinPool>10</TCSMinPool>
  17. <TCSPolicy>1</TCSPolicy>
  18. <!-- Recommend changing 'DisableDebug' to 1 to make the enclave undebuggable for enclave release -->
  19. <DisableDebug>0</DisableDebug>
  20. <MiscSelect>0</MiscSelect>
  21. <MiscMask>0xFFFFFFFF</MiscMask>
  22. </EnclaveConfiguration>