dingelish commented on issue #192: hugemem
URL: 
https://github.com/apache/incubator-teaclave-sgx-sdk/issues/192#issuecomment-570939416
 
 
   I successfully tested on my workstation (Xeon E-2186G + 64GB memory).
   
   This configuration is:
   ```
   <HeapMaxSize>0xB80000000</HeapMaxSize>
   ```
   resulting in
   ```
   <EnclaveConfiguration>
       <ProdID>0</ProdID>
       <ISVSVN>0</ISVSVN>
       <StackMaxSize>0x40000</StackMaxSize>
       <HeapMaxSize>0xB80000000</HeapMaxSize>
       <TCSNum>1</TCSNum>
       <TCSPolicy>1</TCSPolicy>
       <DisableDebug>0</DisableDebug>
       <MiscSelect>0</MiscSelect>
       <MiscMask>0xFFFFFFFF</MiscMask>
   </EnclaveConfiguration>
   tcs_num 1, tcs_max_num 1, tcs_min_pool 1
   The required memory is 49392754688B.
   The required memory is 0xb8009a000, 48235112 KB.
   Succeed.
   SIGN =>  bin/enclave.signed.so
   ```
   Due to the limitation of current SGX driver, it seems that you cannot run 
this example without 64GB of physical memory.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to