Skip to main content
Brought the question on-topic.
Source Link
Vaillancourt
  • 16.4k
  • 17
  • 56
  • 61

Memory How to find the source of a memory leak in a Blockchain + Node.JS Gamejs game

We have been working in a Node.JSjs game, part of a game network, which seems to be working slower and slower as you keep it open, as well as it seems to increase the RAM and CPU usage over time.

We are assuming it's a memory leak issue  / improperimproper use of the data structures within the application.

The question is, ¿is there any tools that youhow could recommend toI detect and solvethe source of this type of issuesissue?

Memory leak in a Blockchain + Node.JS Game

We have been working in a Node.JS game, part of a game network, which seems to be working slower and slower as you keep it open, as well as it seems to increase the RAM and CPU usage over time.

We are assuming it's a memory leak issue  / improper use of the data structures within the application.

The question is, ¿is there any tools that you could recommend to detect and solve this type of issues?

How to find the source of a memory leak in a Blockchain + Node.js game

We have been working in a Node.js game, part of a game network, which seems to be working slower and slower as you keep it open, as well as it seems to increase the RAM and CPU usage over time.

We are assuming it's a memory leak issue/improper use of the data structures within the application.

The question is, how could I detect the source of this type of issue?

Source Link

Memory leak in a Blockchain + Node.JS Game

We have been working in a Node.JS game, part of a game network, which seems to be working slower and slower as you keep it open, as well as it seems to increase the RAM and CPU usage over time.

We are assuming it's a memory leak issue / improper use of the data structures within the application.

The question is, ¿is there any tools that you could recommend to detect and solve this type of issues?