Merge pull request #181 from matter-labs/ulimit

fix(container-vault-sgx-azure): increase max file descriptors for vault
This commit is contained in:
Harald Hoyer 2024-08-08 12:19:40 +02:00 committed by GitHub
commit 49fb234d2a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,6 +17,8 @@ nixsgxLib.mkSGXContainer {
inherit tag;
inherit appDir;
extraCmd = "echo \"Starting ${container-name}\"; gramine-sgx-sigstruct-view app.sig; ulimit -n 65535; ulimit -n";
packages = [
teepot.teepot.tee_ratls_preexec
vault