How Gramine can management memory space larger than 128 MB? #1062
-
Hello, everyone! After I reading the official documents of Intel SGX, I get it that the performance of SGX applications will degrade if the enclave size is larger than 128 MB. I wonder whether the feature will affect Gramine's performance, and how Gramine overcomes it if not. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
No idea where you got that from, but sounds plain incorrect. Maybe you confused it with EPC size? It varies from system to system, but on newer ones could be a couple of GB. |
Beta Was this translation helpful? Give feedback.
No idea where you got that from, but sounds plain incorrect.
Maybe you confused it with EPC size? It varies from system to system, but on newer ones could be a couple of GB.
EPC size is indeed a SGX limitation and using more memory (than EPC size) will degrade performance, but there is nothing that Gramine can do about that.