gramineproject / examples

Sample applications configs for Gramine
BSD 3-Clause "New" or "Revised" License
28 stars 22 forks source link

Add `sgx.use_exinfo` to manifest templates #78

Closed kailun-qin closed 1 week ago

kailun-qin commented 1 year ago

Curl, gcc, iperf, Node.js, PyTorch and R may trigger lazy allocation of pages (through exception handling) when EDMM is enabled. So sgx.use_exinfo = 1 needs to be added in the respective manifest templates.

Needs https://github.com/gramineproject/gramine/pull/1513 and https://github.com/gramineproject/examples/pull/77 (https://github.com/gramineproject/gramine/pull/881) to be merged before.


This change is Reviewable