feat(gramine): v1.7 -> v1.8

Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
Harald Hoyer 2024-11-12 17:27:23 +01:00
parent ee9445bf57
commit 50f3adc1c6
Signed by: harald
GPG key ID: F519A1143B3FBE32
3 changed files with 28 additions and 69 deletions

View file

@ -19,7 +19,7 @@ pkgs.lib.tee.sgxGramineContainer {
sgx = {
edmm_enable = false;
enclave_size = "32M";
max_threads = 2;
max_threads = 4;
};
};
}