You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I was wondering if it would be possible to max out the number of instances (i.e. by using param 'max') against the available number of cpus. You seem to are ready for this by having the following line in God.js (line 5):
var numCPUs = require('os').cpus().length;
However, it is never used.
What is the idea?
The text was updated successfully, but these errors were encountered:
Yes at the beginning pm2 was directly poping X numbers of processes depending on the number of CPU.
I will add a CLI option to pop the max numbers of processes
Hi, I was wondering if it would be possible to max out the number of instances (i.e. by using param 'max') against the available number of cpus. You seem to are ready for this by having the following line in God.js (line 5):
var numCPUs = require('os').cpus().length;
However, it is never used.
What is the idea?
The text was updated successfully, but these errors were encountered: