Version 2.6.0 Memory Leak
See original GitHub issueI’ve been using ibm_db for a few years now in a few applications without problems. I had my package.json set to use the latest version of ibm_db, which worked great for me until version 2.6.0. When 2.6.0 released, suddenly my application quickly ran out of memory, every time it rebooted it ran out of memory again. I spent 2 days reverting code and analyzing my own memory usage, until I realized it wasn’t caused by something my team had done, but rather something in this new build of ibm_db. As soon as I reverted my package.json file back to version 2.5.3 the memory leak went away.
I use the query
function with connection pools.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:3
- Comments:9 (4 by maintainers)
Top Results From Across the Web
After update to 2.6 pfsense uses a lot more of memory ... - Reddit
I have a Dell Optiplex with an i5-4590 and 8GB of RAM, and I'm only utilizing 13% right now. pfSense 2.6.0 is running...
Read more >Continuously increasing memory usage since the update to 2.6
I expect you to be able to confirm this by running pfctl -si -v in a loop. That should leak memory quickly. The...
Read more >Memory Leak Because of xmlbeans 2.6.0.jar - Stack Overflow
This is a known issue of XML Beans library. You may try following Jochen Kemnade's suggestion: As a workaround, I moved the POI ......
Read more >Issue 675 in protobuf: memory leak - Google Groups
New issue 675 by vxm...@gmail.com: memory leak ... A memory leak is detected by vld(visual leak detector). ... protobuf version: protobuf-2.6.0
Read more >Memory leak - Solasta: Crown of the Magister Forum
This was my second playthrough, with game version 2.8.0. I think I had it twice during my first playthrough (not at the same...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I’m using v2.6.1 with node v10 and we are most definitely experiencing a memory leak. Our app is constantly having to restart in order to be able to query via ibm_db driver.
We’re still using Node v10. Is v11 or v12 recommended for ibm_db@2.6.0/2.6.1 given these changes?