diff --git a/loader.js b/loader.js index 42d198c047..b8e9c0fe27 100644 --- a/loader.js +++ b/loader.js @@ -6,7 +6,7 @@ var nconf = require('nconf'), async = require('async'), pidFilePath = __dirname + '/pidfile', output = fs.openSync(__dirname + '/logs/output.log', 'a'), - numCPUs = require('os').cpus().length, + numCPUs = 12,// require('os').cpus().length, Loader = { timesStarted: 0, shutdown_queue: [],