mirror of
https://github.com/Unitech/pm2.git
synced 2026-02-01 16:57:09 +00:00
remove special v8 flags for PM2 engine
This commit is contained in:
parent
2fd959255f
commit
6f87ff0bcc
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user