Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

memory issues after upgrading to v0.19.10 #240

Open
rlindner81 opened this issue Nov 21, 2024 · 0 comments
Open

memory issues after upgrading to v0.19.10 #240

rlindner81 opened this issue Nov 21, 2024 · 0 comments

Comments

@rlindner81
Copy link

our project experienced a severe impact on memory when we upgraded hdb from v0.19.9 to v0.19.10. our servers open a little over 10k clients managed in pools for our tenants. this started to impact our server memory significantly from around 20% memory consumption, in idle, we went to >60% in idle and sometimes even crashed a server instance for non-idle.

after long sessions of rolling back individual changes, we identified the cause as
https://github.com/SAP/node-hdb/pull/238/files

we do have options.ca set to the certificate we want to use and we don't need the 147 tls root certificates "mixed in" on top. since these db connection parameters are taken directly from a hana service binding, there is no easy way for us to set options.sslUseDefaultTrustStore = false to get the old behavior back.

please turn this behavior off by default.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant