Skip to content
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

[VL] Stacktrace-categorized memory allocation dumping for debugging #2667

Closed
zhztheplayer opened this issue Aug 9, 2023 · 0 comments
Closed
Labels
enhancement New feature or request stale stale

Comments

@zhztheplayer
Copy link
Member

Description

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.

@zhztheplayer zhztheplayer added the enhancement New feature or request label Aug 9, 2023
@github-actions github-actions bot added the stale stale label Nov 17, 2023
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Nov 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request stale stale
Projects
None yet
Development

No branches or pull requests

1 participant