vault icon indicating copy to clipboard operation
vault copied to clipboard

vault agent memory usage

Open Zetanova opened this issue 1 year ago • 0 comments

Is your feature request related to a problem? Please describe. I am trying to run vault agent in a low resource environment vault agent requires already 134MB res. memory, for the simple task to renew a token. This is because the hole executable gets loaded into memory.

Describe the solution you'd like build a separate executable for vault-agent, vault-cli The current executable that includes all modules does not to be changed.

Describe alternatives you've considered Writing my own batch script and "template engine"

Explain any additional use-cases vault-cli could reduce the mem footprint too.

Additional context Most likely the server code makes the bulk of the size

Zetanova avatar Jul 27 '24 08:07 Zetanova