Skip to content

Commit e8130fe

Browse files
authored
Increased the size of available stack and heap memory in the enclave
The stack now has 8MiB. The heap is now 1GiB.
1 parent 0df0367 commit e8130fe

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)