You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@teaclave.apache.org by GitBox <gi...@apache.org> on 2020/09/10 03:01:21 UTC

[GitHub] [incubator-teaclave] gaojunjie03 edited a comment on issue #419: memory allocation of .....failed

gaojunjie03 edited a comment on issue #419:
URL: https://github.com/apache/incubator-teaclave/issues/419#issuecomment-689945676


   > 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 500000
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org