-
Notifications
You must be signed in to change notification settings - Fork 411
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 memory utility with large txn #9722
Labels
Comments
This was referenced Dec 11, 2024
ti-chi-bot bot
added a commit
that referenced
this issue
Dec 11, 2024
… status (#9721) ref #4982, ref #9722 - Provide an http interface "/debug/pprof/arena_purge" for purging the dirty/muzzy page in jemalloc. This could help reduce the memory consumption after large txn is committed. Reference: https://jemalloc.net/jemalloc.3.html#opt.muzzy_decay_ms - Provide an http interface "/debug/pprof/memory_status" to get memory allocation information is using jemalloc. Note that the return result may take dozens MiB. Signed-off-by: CalvinNeo <[email protected]> Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
ti-chi-bot bot
added a commit
that referenced
this issue
Dec 30, 2024
…9707) ref #9722 Avoid store the built DecodedLockCFValue Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com> Co-authored-by: jinhelin <[email protected]>
yibin87
pushed a commit
to yibin87/tiflash
that referenced
this issue
Jan 3, 2025
…ingcap#9707) ref pingcap#9722 Avoid store the built DecodedLockCFValue Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com> Co-authored-by: jinhelin <[email protected]>
12 tasks
This was referenced Jan 17, 2025
ti-chi-bot bot
pushed a commit
that referenced
this issue
Jan 22, 2025
ref #9722, close #9812 Re-enable jemalloc's background thread by default Signed-off-by: Calvin Neo <[email protected]>
12 tasks
ti-chi-bot bot
pushed a commit
that referenced
this issue
Jan 23, 2025
ref #9722, close #9812 Re-enable jemalloc's background thread by default Signed-off-by: ti-chi-bot <[email protected]> Signed-off-by: JaySon-Huang <[email protected]> Co-authored-by: Calvin Neo <[email protected]> Co-authored-by: JaySon-Huang <[email protected]> Co-authored-by: JaySon <[email protected]>
This was referenced Jan 23, 2025
ti-chi-bot bot
pushed a commit
that referenced
this issue
Jan 25, 2025
ref #9722 Signed-off-by: Calvin Neo <[email protected]> Co-authored-by: JaySon-Huang <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Enhancement
The text was updated successfully, but these errors were encountered: