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

Improve memtrack to reduce OOM cases #5609

Closed
bestwoody opened this issue Aug 11, 2022 · 0 comments · Fixed by #5610 or #5779
Closed

Improve memtrack to reduce OOM cases #5609

bestwoody opened this issue Aug 11, 2022 · 0 comments · Fixed by #5610 or #5779
Assignees
Labels
type/enhancement The issue or PR belongs to an enhancement.

Comments

@bestwoody
Copy link
Contributor

bestwoody commented Aug 11, 2022

Enhancement

There are some problems which may cause memory quota not working, so that more OOM cases.

  1. Some kind of object is not tracked, such as object generated by Protobuf.
  2. A bug in memtracker, which causes memory quota not working.
  3. Some bugs in our MPPTask construct/destruct logic, which causememtracker can‘t be propagated into MPPTunnel & ExchangeReceiver
  4. Some un-trackable memory such as: cache used by Allocator 、stack allocated by threads.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement The issue or PR belongs to an enhancement.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant