mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 15:13:56 +02:00
chore: debug vault with gramine trace
Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
parent
840730d598
commit
cd108a5d9f
1 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@ nixsgxLib.mkSGXContainer {
|
|||
"-config=/opt/vault/config.hcl"
|
||||
"-log-level=trace"
|
||||
];
|
||||
log_level = "warning";
|
||||
log_level = "trace";
|
||||
env = {
|
||||
VAULT_CLUSTER_ADDR.passthrough = true;
|
||||
VAULT_API_ADDR.passthrough = true;
|
||||
|
@ -67,7 +67,7 @@ nixsgxLib.mkSGXContainer {
|
|||
sgx = {
|
||||
debug = false;
|
||||
edmm_enable = false;
|
||||
enclave_size = "16G";
|
||||
enclave_size = "8G";
|
||||
max_threads = 128;
|
||||
|
||||
trusted_files = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue