Skip to content

Commit 8d82809

Browse files
authored
Merge pull request #61 from enigmampc/update-stack-and-heap-size-in-the-enclave
Increased the size of available stack and heap memory in the enclave
2 parents 0df0367 + e8130fe commit 8d82809

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

enclave/safetrace/enclave/Enclave.config.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<EnclaveConfiguration>
33
<ProdID>0</ProdID>
44
<ISVSVN>0</ISVSVN>
5-
<StackMaxSize>0x40000</StackMaxSize>
6-
<HeapMaxSize>0x100000</HeapMaxSize>
5+
<StackMaxSize>0x800000</StackMaxSize>
6+
<HeapMaxSize>0x40000000</HeapMaxSize>
77
<TCSNum>1</TCSNum>
88
<TCSPolicy>1</TCSPolicy>
99
<DisableDebug>0</DisableDebug>

0 commit comments

Comments
 (0)