-
Notifications
You must be signed in to change notification settings - Fork 312
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
easier to read memory usage #3987
Comments
Thanks @columbian-chris. I've added that as a possible enhancement for future releases, but if you have the availability to craft a Pull Request we can try to add that to our next release. |
Another issue I'm finding in my WP-CLI syncs is the timer suddenly resetting after a certain amount of time. Here's a couple different syncs I did that both provide an example:
It reports
This one a similar story. Any idea what could be causing this? |
Just a minor improvement, but I'm doing a large sync via WP-CLI and once the size gets into the tens of thousands of megabytes, it becomes harder to read:
Could we instate gigabytes instead of thousands of megabytes when applicable?
Maybe something like (untested):
/includes/classes/Command.php
line ~1342:Or maybe throw in a new method to handle this and include more than just
mb
andgb
.I think also the posts numbers could benefit from a
number_format()
as well to include commas for easier reading, but I couldn't find where that is sourced in the code.The text was updated successfully, but these errors were encountered: