remove special v8 flags for PM2 engine

This commit is contained in:
Unitech 2015-12-16 00:30:56 +01:00
parent 2fd959255f
commit 6f87ff0bcc

View File

@ -333,8 +333,8 @@ Satan.launchDaemon = function launchDaemon(cb) {
}
// Node.js tuning for better performance
node_args.push('--expose-gc'); // Allows manual GC in the code
node_args.push('--gc-global'); // Does full GC (smaller memory footprint)
//node_args.push('--expose-gc'); // Allows manual GC in the code
//node_args.push('--gc-global'); // Does full GC (smaller memory footprint)
/**
* Add node [arguments] depending on PM2_NODE_OPTIONS env variable