Redis – SocketIO hangs at 250 concurrent connections
The issue is basically that socketio is hanging at 250 concurrent. Whether via node app.js –nouse-idle-notification –max-old-space-size=8192 ulimit -n 2048 --expose-gc oder pm2, it has the same effect. I'm running centOS7. I have 30GB of ram and it's a proper…