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
I found that the onepassword-connect pod was using a great deal of memory, specifically the connect-api container. The connect-api container was upgraded to the latest version, 1.6.1, and there still seems to be a pretty obvious memory leak.
Steps to reproduce
Deploy the 1Password Connect Helm chart on Kubernetes
View pod memory metrics within an hour or two
Notes & Logs
max(container_memory_working_set_bytes{container="connect-api", pod="YOUR-POD-NAME"} / (1024*1024)) by (container)
The text was updated successfully, but these errors were encountered:
Your environment
Chart Version: connect-1.10.0
Image version: 1password/connect-api:1.6.1
Helm Version: 3.11.1
Kubernetes Version: v1.24.9-gke.3200
What happened?
I found that the
onepassword-connect
pod was using a great deal of memory, specifically theconnect-api
container. Theconnect-api
container was upgraded to the latest version, 1.6.1, and there still seems to be a pretty obvious memory leak.Steps to reproduce
Deploy the 1Password Connect Helm chart on Kubernetes
View pod memory metrics within an hour or two
Notes & Logs
max(container_memory_working_set_bytes{container="connect-api", pod="YOUR-POD-NAME"} / (1024*1024)) by (container)
The text was updated successfully, but these errors were encountered: