nightlife-rabbit icon indicating copy to clipboard operation
nightlife-rabbit copied to clipboard

High CPU usage just after importing

Open pnuzhdin opened this issue 8 years ago • 3 comments

I have node 4.2.2. Just run npm install git+https://github.com/christian-raedel/nightlife-rabbit.git && node.

const nightlife = require('nightlife-rabbit');

I have observed following:

[email protected]:~/test$ ps aux | grep node pnuzhdin 26214 28.1 1.1 3072224 48124 s003 S+ 2:13AM 0:03.34 node

So it intensively and continuously uses CPU (~30%), right after importing. Been reproduced on MacOS and Linux-based OS.

pnuzhdin avatar May 31 '16 20:05 pnuzhdin

Same here, node 6.2.0 on Ubuntu.

MarvinLudwig avatar Jun 04 '16 22:06 MarvinLudwig

Hey guys, I tried to make this repo working, but it was too much work so I created https://github.com/ivaylopivanov/wamp-server

ivaylopivanov avatar Aug 02 '16 18:08 ivaylopivanov

@ivaylopivanov Hi, Had you solved the high CPU and MEM issuses in your new repo?

jeremyzhou avatar Apr 22 '19 05:04 jeremyzhou