Giter Club home page Giter Club logo

Comments (5)

paulrutter avatar paulrutter commented on May 31, 2024

I will look into it and get back to you. Thanks for the report.

from node-oom-heapdump.

paulrutter avatar paulrutter commented on May 31, 2024

I tried to reproduce the issue myself, but wasn't able to do so.
I guess we're using different Node.js versions. This module is tested up until version 10.x.

The following snippet works for me (notice i haven't used ESM, since this is not enabled out of the box in Node.js 10):

// started node with: node --inspect=0.0.0.0:5858 .\index.js
let path = require('path');
let oom = require('node-oom-heapdump');

oom({ path: path.resolve(__dirname, 'my_heapdump'), port: 5858 });
// output:
// Debugger listening on ws://0.0.0.0:5858/eef6d95f-e3c0-4a06-aed1-a79ef0334208
// For help, see: https://nodejs.org/en/docs/inspector
// Debugger is listening on port 5858, 'node-oom-heapdump' can function correctly.

With ESM enabled (experimental in Node.js 10):

// started node with: node  --experimental-modules --inspect=0.0.0.0:5858 .\index2.mjs
import path from 'path';
import oom from 'node-oom-heapdump';

oom({ path: path.resolve('my_heapdump'), port: 5858 });
// output:
// Debugger listening on ws://0.0.0.0:5858/13d850e3-639b-492b-b7b4-83d238fc5acc
// For help, see: https://nodejs.org/en/docs/inspector
// (node:27252) ExperimentalWarning: The ESM module loader is experimental.
// Debugger is listening on port 5858, 'node-oom-heapdump' can function correctly.

The only differences i can think of, that might make a difference:

from node-oom-heapdump.

paulrutter avatar paulrutter commented on May 31, 2024

@Nargonath any update on this? Thanks.

from node-oom-heapdump.

Nargonath avatar Nargonath commented on May 31, 2024

@paulrutter Sorry I was in holidays. Concerning the node version we are on the version 10. Here is our docker FROM statement taken from our dockerfile FROM node:10.11-alpine.

I'll try without nodemon when I'll get the time. I'll let you know. Thanks for helping on the matter.

from node-oom-heapdump.

paulrutter avatar paulrutter commented on May 31, 2024

Closing due to inactivity. Reopen if needed.

from node-oom-heapdump.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.