Update build script to enable running tensorflow workload in linux-sgx (#435)

This commit is contained in:
Wang Ning
2020-10-29 11:33:49 +08:00
committed by GitHub
parent c9c882e43d
commit ad4aa9a85f
3 changed files with 58 additions and 19 deletions

View File

@ -3,8 +3,8 @@
<ProdID>0</ProdID>
<ISVSVN>0</ISVSVN>
<StackMaxSize>0x100000</StackMaxSize>
<HeapMaxSize>0x1000000</HeapMaxSize>
<ReservedMemMaxSize>0x400000</ReservedMemMaxSize>
<HeapMaxSize>0x2000000</HeapMaxSize>
<ReservedMemMaxSize>0x1000000</ReservedMemMaxSize>
<ReservedMemExecutable>1</ReservedMemExecutable>
<TCSNum>10</TCSNum>
<TCSPolicy>1</TCSPolicy>