nightlife-rabbit
nightlife-rabbit copied to clipboard
High CPU usage just after importing
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.
Same here, node 6.2.0 on Ubuntu.
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 Hi, Had you solved the high CPU and MEM issuses in your new repo?