When i run “bench start” command… below error show
8255:M 18 Mar 16:31:09.349 # Server initialized
16:31:09 redis_cache.1 | 8255:M 18 Mar 16:31:09.349 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
16:31:09 redis_cache.1 | 8255:M 18 Mar 16:31:09.349 * Ready to accept connections
16:31:09 system | socketio.1 started (pid=8245)
16:31:10 socketio.1 | listening on *: 3000
16:31:10 socketio.1 | events.js:183
16:31:10 socketio.1 | throw er; // Unhandled 'error' event
16:31:10 socketio.1 | ^
16:31:10 socketio.1 |
16:31:10 socketio.1 | Error: Redis connection to 127.0.0.1:12311 failed - connect ECONNREFUSED 127.0.0.1:12311
16:31:10 socketio.1 | at Object._errnoException (util.js:1022:11)
16:31:10 socketio.1 | at _exceptionWithHostPort (util.js:1044:20)
16:31:10 socketio.1 | at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1198:14)
16:31:10 system | socketio.1 stopped (rc=1)
16:31:10 system | sending SIGTERM to redis_socketio.1 (pid 8223)
Aby solution for this problem?