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 01:27:31 UTC

[GitHub] [incubator-teaclave] gaojunjie03 opened a new issue #419: memory allocation of .....failed

gaojunjie03 opened a new issue #419:
URL: https://github.com/apache/incubator-teaclave/issues/419


   
   ![image](https://user-images.githubusercontent.com/30582212/92670821-6d49c480-f347-11ea-9cf5-168af10e373a.png)
   


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


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

Posted by GitBox <gi...@apache.org>.
gaojunjie03 commented 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 50W
   


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


[GitHub] [incubator-teaclave] gaojunjie03 closed issue #419: memory allocation of .....failed

Posted by GitBox <gi...@apache.org>.
gaojunjie03 closed issue #419:
URL: https://github.com/apache/incubator-teaclave/issues/419


   


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


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

Posted by GitBox <gi...@apache.org>.
gaojunjie03 commented on issue #419:
URL: https://github.com/apache/incubator-teaclave/issues/419#issuecomment-690086517


   emm....  I have to re install and compile teaclave to work
   
   I hope it will work if you restart it


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


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

Posted by GitBox <gi...@apache.org>.
gaojunjie03 commented on issue #419:
URL: https://github.com/apache/incubator-teaclave/issues/419#issuecomment-689953955


   I only modified the Enclave.config.xml of executionservice, it need all services to be modified?


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


[GitHub] [incubator-teaclave] mssun commented on issue #419: memory allocation of .....failed

Posted by GitBox <gi...@apache.org>.
mssun commented on issue #419:
URL: https://github.com/apache/incubator-teaclave/issues/419#issuecomment-689939117


   Please change the pre-defined heap size in the `Enclave.config.xml` files. You can find it in each service's enclave directory. (e.g., `services/execution/enclave/Enclave.config.xml`)


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


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

Posted by GitBox <gi...@apache.org>.
gaojunjie03 commented on issue #419:
URL: https://github.com/apache/incubator-teaclave/issues/419#issuecomment-690036829


   not work.  
   After modifying this file, it is executed 
   `docker-compose -f docker-compose-ubuntu-1804.yml up --build` ?


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


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

Posted by GitBox <gi...@apache.org>.
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