mirror of
https://github.com/Unitech/pm2.git
synced 2025-12-08 20:35:53 +00:00
Try to fix #1380, disable automatic garbage collection
This commit is contained in:
parent
6a01a9f96a
commit
59f19cd440
@ -106,7 +106,7 @@ module.exports = function(God) {
|
||||
}
|
||||
God.Worker.is_running = true;
|
||||
|
||||
God.forceGc();
|
||||
// God.forceGc();
|
||||
|
||||
God.getMonitorData(null, function(err, data) {
|
||||
if (err || !data || typeof(data) !== 'object') {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user