You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: