mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 07:03:56 +02:00
fix(container-vault-sgx-azure): increase max file descriptors for vault
Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
parent
bb93775252
commit
2d1d68210b
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue