-
Notifications
You must be signed in to change notification settings - Fork 139
High memory usage #45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Are you using the default configuration ? If not could you please provide the configuration you are using (you can get it by running |
We have the same issue in our environment, also on 2.0.0. Our settings are below
|
We have same issue, version 2.2.0, pm2 version 2.4.0
Our settings: |
I found a memory leak. You can try my commit with fix: ma-zal@0723af9 (temporary branch fix-unlink-enoent). In newer pm2, you can install it by:
Note: Older PM2 cannot install specific branch (Unitech/pm2#2809) |
I'm running pm2 2.8.0 with pm2-logrotate 2.2.0. I think we are experiencing a memory leak with pm2-logrotate. Would our version numbers be consistent with this potential memory leak? |
master branch READM.ME How the recommended version is 2.2? |
Happened today with [email protected] and [email protected] (latest). |
https://github.com/keymetrics/pm2-logrotate/blob/master/package.json#L30 Please upgrade to the latest version, I've also updated the documentation to not display "2.2.0" |
Uh oh!
There was an error while loading. Please reload this page.
First use-case, ubuntu14.04
pm2-logrotate 2.0.0
PMX version 0.6.8
Global logs size 20.87 GB (yeah, we should probably turn on cleanup)
Files count 8.4K
Memory Usage: 958.6 MB
Second use-case, amazon linux-ami
pm2-logrotate 2.0.0
PMX version 0.6.8
Global logs size 147.11 MB
Files count 836
Memory usage: 579.4 MB
The text was updated successfully, but these errors were encountered: