Mirgrating from 2.5.x to 3.1.1 in Node SDK having high memory usage. Is there a mem leak?

Hi all,

We’re migrating node SDK and java SDK from 2.x to 3.x. We followed the awesome doc from Migrating from SDK2 to SDK3 API | Couchbase Docs. However, node(3.1.1) part mem usage is quite unusual through our regular mem usage. (Java side is good to us) We were wondering if there are potential memory leaks in the current version 3.1.1? Or any potential config we need to update? We have one bucket and everything through default collection so far for the benchmark tests. Also, ensured there is no connection drop and reconnect during those mem spikes.

Any thoughts on this?

Thanks a lot.

1 Like

Hey @alisawesome ,

Indeed we discovered a bug not too long ago which is expected to be fixed in the upcoming release of the Node.js SDK. You can find more information here: https://issues.couchbase.com/browse/JSCBC-856.

Cheers, Brett

2 Likes