intel / intel/confidential-computing.sgx
Turning off EPC paging
Open
- Dominant language
- C++
- Stars
- 1.5k
- Forks
- 565
- PR merge metrics
- No merged PRs in 30d
Description
Hello,
I am running a program with various buffer sizes inside the enclave, and I can see performance slow down and then drop once the EPC limit is reached.
I understand that the EPC size is set to 128MB maximum. Once the contents of an enclave get larger than this, some pages will need to be swapped out. Is there a way to turn off this paging in SGX, to ensure the active pages are not swapped out?
Thank you
Contributor guide
Assessment
This issue has not been assessed yet.