You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.
When using encrypted pipes (e.g. to send checkpoint) MbedTLS has to encrypt the data and uses 4 pages buffer for that. This might drastically reduce fork performance in case of big enclaves.
Proposed solution (needs performance improvement verification):
set MbedTLS buffer size (hopefully possible) to some grater value, probably tied to enclave size (e.g. we would have 3 different sizes depending on the enclave size).
The text was updated successfully, but these errors were encountered:
Looks like a simple performance optimization, but someone will need to do thorough performance analysis of this change. Doesn't seem too important at the moment, so assigning low priority.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description of the problem
When using encrypted pipes (e.g. to send checkpoint) MbedTLS has to encrypt the data and uses 4 pages buffer for that. This might drastically reduce
fork
performance in case of big enclaves.Proposed solution (needs performance improvement verification):
set MbedTLS buffer size (hopefully possible) to some grater value, probably tied to enclave size (e.g. we would have 3 different sizes depending on the enclave size).
The text was updated successfully, but these errors were encountered: