> services/execution/enclave/Enclave.config.xml I changed it to look like this
`<EnclaveConfiguration> <ProdID>0</ProdID> <ISVSVN>0</ISVSVN> <StackMaxSize>0x2000000</StackMaxSize> <HeapMaxSize>0x300000000</HeapMaxSize> <TCSNum>22</TCSNum> <TCSPolicy>0</TCSPolicy> <DisableDebug>0</DisableDebug> <MiscSelect>0</MiscSelect> <MiscMask>0xFFFFFFFF</MiscMask> </EnclaveConfiguration>` and restart teacalve, it still reports the same error and kills the executionservice There are various array loops in my code, and the total amount of data is about 50W -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/issues/419#issuecomment-689945676
