Skip to content

Commit

Permalink
Merge pull request #427 from skalenetwork/426-cant-start-new-sgx-beca…
Browse files Browse the repository at this point in the history
…use-of-segmentation-fault

426 increase svn and prodID
  • Loading branch information
DmytroNazarenko authored Sep 27, 2023
2 parents 63f62af + 5b9ba27 commit 50b29e5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions secure_enclave/secure_enclave.config.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<EnclaveConfiguration>
<ProdID>0</ProdID>
<ISVSVN>3</ISVSVN>
<ProdID>1</ProdID>
<ISVSVN>4</ISVSVN>
<StackMaxSize>0x1000000</StackMaxSize>
<HeapMaxSize>0x10000000</HeapMaxSize>
<TCSNum>256</TCSNum>
Expand Down
4 changes: 2 additions & 2 deletions secure_enclave/secure_enclave.config.xml.release
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<EnclaveConfiguration>
<ProdID>0</ProdID>
<ISVSVN>3</ISVSVN>
<ProdID>1</ProdID>
<ISVSVN>4</ISVSVN>
<StackMaxSize>0x1000000</StackMaxSize>
<HeapMaxSize>0x10000000</HeapMaxSize>
<TCSNum>256</TCSNum>
Expand Down
4 changes: 2 additions & 2 deletions secure_enclave/secure_enclave.config.xml.sim
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<EnclaveConfiguration>
<ProdID>0</ProdID>
<ISVSVN>3</ISVSVN>
<ProdID>1</ProdID>
<ISVSVN>4</ISVSVN>
<StackMaxSize>0x200000</StackMaxSize>
<HeapMaxSize>0x200000</HeapMaxSize>
<TCSNum>25</TCSNum>
Expand Down

0 comments on commit 50b29e5

Please sign in to comment.