Help with Debugging an Out of Memory Error

This page summarizes the projects mentioned and recommended in the original post on /r/node

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • TypeORM

    ORM for TypeScript and JavaScript. Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, SAP Hana, WebSQL databases. Works in NodeJS, Browser, Ionic, Cordova and Electron platforms.

  • Yeah, TypeORM, that must be it! Here the issue I found for the TypeORM.

  • cloud-debug-nodejs

    Discontinued Node.js agent for Google Cloud Debugger: investigate your code’s behavior in production

  • Hey /u/romeeres. I figured it out. It seems that @google-cloud/debug-agent was cuasing the issue. I was able to reproduce it by using apache bench. With only 25 total requests (4 concurrently) the issue reproduced 100% of the time. When I removed the package I was able to do 60 requests (10 concurrently) without issues. Apparently, there's even an open issue that the package can cause a memory leak.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts