We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The status (dump / log) should be formatted in a way like:
1. Accumulative bytes: 600 MB, peak bytes: 300 MB, current bytes: 120 MB, stack: (stack trace) 2. Accumulative bytes: 500 MB, peak bytes: 200 MB, current bytes: 80 MB, stack: (stack trace) 3. Accumulative bytes: 400 MB, peak bytes: 300 MB, current bytes: 70 MB, stack: (stack trace) 4. Accumulative bytes: 400 MB, peak bytes: 300 MB, current bytes: 50 MB, stack: (stack trace)
The tricky part is probably how to categorize the stacktraces to avoid too many entries in the status dumping / logging.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
The status (dump / log) should be formatted in a way like:
The tricky part is probably how to categorize the stacktraces to avoid too many entries in the status dumping / logging.
The text was updated successfully, but these errors were encountered: